|
|
typedef aligned_allocator< U > | other |
| |
|
typedef aligned_allocator< U > | other |
| |
|
typedef T | value_type |
| |
|
typedef T * | pointer |
| |
|
typedef const T * | const_pointer |
| |
|
typedef T & | reference |
| |
|
typedef const T & | const_reference |
| |
|
typedef size_t | size_type |
| |
|
typedef std::ptrdiff_t | difference_type |
| |
|
typedef Stokhos::MemoryTraits< Kokkos::HostSpace > | Traits |
| |
|
|
| aligned_allocator () |
| |
|
| aligned_allocator (const aligned_allocator< U > &) |
| |
|
size_type | max_size () const |
| |
|
pointer | address (reference x) const |
| |
|
const_pointer | address (const_reference x) const |
| |
|
pointer | allocate (size_type n, const void *=0) |
| |
|
void | deallocate (pointer p, size_type) |
| |
|
void | construct (pointer p, const_reference val) |
| |
|
void | destroy (pointer p) |
| |
The documentation for this struct was generated from the following file: