An aligned STL allocator.
More...
#include <Stokhos_MemoryTraits.hpp>
|
|
typedef T | value_type |
| |
|
typedef size_t | size_type |
| |
|
typedef std::ptrdiff_t | difference_type |
| |
|
typedef Stokhos::MemoryTraits< Kokkos::HostSpace > | Traits |
| |
|
|
template<class U > |
| | aligned_allocator (const aligned_allocator< U > &) |
| |
|
size_type | max_size () 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) |
| |
|
|
const typedef T * | pointer |
| |
|
const typedef T * | const_pointer |
| |
|
const typedef T & | reference |
| |
|
const typedef T & | const_reference |
| |
template<typename T>
class Stokhos::aligned_allocator< const T >
An aligned STL allocator.
The documentation for this class was generated from the following file: