|
tenno 0.1.0
|
#include <memory.hpp>
Public Types | |
| using | value_type = T |
| using | pointer = T * |
| using | const_pointer = const T * |
| using | reference = T & |
| using | const_referemce = const T & |
| using | size_type = tenno::size |
Public Member Functions | |
| allocator () noexcept=default | |
| template<class U > | |
| allocator (const allocator< U > &) noexcept | |
| T * | allocate (tenno::size n) |
| void | deallocate (T *p, tenno::size n) |
| constexpr bool | operator== (const allocator &) const noexcept |
| constexpr bool | operator!= (const allocator &) const noexcept |
Definition at line 31 of file memory.hpp.
| using tenno::allocator< T >::const_pointer = const T * |
Definition at line 35 of file memory.hpp.
| using tenno::allocator< T >::const_referemce = const T & |
Definition at line 37 of file memory.hpp.
| using tenno::allocator< T >::pointer = T * |
Definition at line 34 of file memory.hpp.
| using tenno::allocator< T >::reference = T & |
Definition at line 36 of file memory.hpp.
| using tenno::allocator< T >::size_type = tenno::size |
Definition at line 38 of file memory.hpp.
| using tenno::allocator< T >::value_type = T |
Definition at line 33 of file memory.hpp.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 41 of file memory.hpp.
|
inline |
Definition at line 45 of file memory.hpp.
|
inline |
Definition at line 50 of file memory.hpp.
|
inlineconstexprnoexcept |
Definition at line 60 of file memory.hpp.
|
inlineconstexprnoexcept |
Definition at line 55 of file memory.hpp.