supereight
|
An allocator using a static array of N
elements of type T
.
More...
#include <bounded_vector.hpp>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef std::true_type | propagate_on_container_copy_assignment |
typedef std::true_type | propagate_on_container_move_assignment |
typedef std::true_type | propagate_on_container_swap |
Public Member Functions | |
T * | allocate (std::size_t n) |
void | deallocate (T *, std::size_t) |
template<typename U , std::size_t M> | |
bool | operator== (const ArrayAllocator< U, M > &rhs) |
template<typename U , std::size_t M> | |
bool | operator!= (const ArrayAllocator< U, M > &rhs) |
Static Public Attributes | |
static constexpr std::size_t | capacity = N |
An allocator using a static array of N
elements of type T
.
typedef std::true_type se::detail::ArrayAllocator< T, N >::propagate_on_container_copy_assignment |
typedef std::true_type se::detail::ArrayAllocator< T, N >::propagate_on_container_move_assignment |
typedef std::true_type se::detail::ArrayAllocator< T, N >::propagate_on_container_swap |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |