|
chunkedseq
container library for large in-memory data sets
|
#include <fixedcapacitybase.hpp>
Public Types | |
| using | value_type = Item |
| using | self_type = heap_allocator< Item, Capacity > |
Public Member Functions | |
| heap_allocator () | |
| heap_allocator (self_type &&x)=default | |
| self_type & | operator= (self_type &&a)=default |
| value_type & | operator[] (int i) const |
| void | swap (heap_allocator &other) |
Static Public Attributes | |
| static constexpr int | capacity = Capacity |
Definition at line 35 of file fixedcapacitybase.hpp.
| using pasl::data::fixedcapacity::base::heap_allocator< Item, Capacity >::self_type = heap_allocator<Item, Capacity> |
Definition at line 54 of file fixedcapacitybase.hpp.
| using pasl::data::fixedcapacity::base::heap_allocator< Item, Capacity >::value_type = Item |
Definition at line 53 of file fixedcapacitybase.hpp.
|
inline |
Definition at line 58 of file fixedcapacitybase.hpp.
|
default |
|
default |
|
inline |
Definition at line 68 of file fixedcapacitybase.hpp.
|
inline |
Definition at line 74 of file fixedcapacitybase.hpp.
|
static |
Definition at line 56 of file fixedcapacitybase.hpp.
1.8.8