![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
#include <tensor_bridge.hpp>
Classes | |
| struct | rebind |
Public Types | |
| using | value_type = T |
| using | size_type = std::size_t |
| using | difference_type = std::ptrdiff_t |
| using | propagate_on_container_move_assignment = std::true_type |
| using | is_always_equal = std::true_type |
Public Member Functions | |
| AlignedAllocator () noexcept=default | |
| template<typename U > | |
| AlignedAllocator (const AlignedAllocator< U, Alignment > &) noexcept | |
| T * | allocate (std::size_t n) |
| void | deallocate (T *ptr, std::size_t) noexcept |
| template<typename U > | |
| bool | operator== (const AlignedAllocator< U, Alignment > &) const noexcept |
| template<typename U > | |
| bool | operator!= (const AlignedAllocator< U, Alignment > &) const noexcept |
Definition at line 55 of file tensor_bridge.hpp.
| using signet::forge::detail::AlignedAllocator< T, Alignment >::difference_type = std::ptrdiff_t |
Definition at line 59 of file tensor_bridge.hpp.
| using signet::forge::detail::AlignedAllocator< T, Alignment >::is_always_equal = std::true_type |
Definition at line 61 of file tensor_bridge.hpp.
| using signet::forge::detail::AlignedAllocator< T, Alignment >::propagate_on_container_move_assignment = std::true_type |
Definition at line 60 of file tensor_bridge.hpp.
| using signet::forge::detail::AlignedAllocator< T, Alignment >::size_type = std::size_t |
Definition at line 58 of file tensor_bridge.hpp.
| using signet::forge::detail::AlignedAllocator< T, Alignment >::value_type = T |
Definition at line 57 of file tensor_bridge.hpp.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 71 of file tensor_bridge.hpp.
|
inline |
Definition at line 73 of file tensor_bridge.hpp.
|
inlinenoexcept |
Definition at line 94 of file tensor_bridge.hpp.
|
inlinenoexcept |
Definition at line 108 of file tensor_bridge.hpp.
|
inlinenoexcept |
Definition at line 103 of file tensor_bridge.hpp.