chunkedseq
container library for large in-memory data sets
|
#include <properties.hpp>
Classes | |
class | backn_frontn_sequence_same |
class | concat_same |
class | erase_same |
class | for_each_in_interval_correct |
class | for_each_segment_correct |
class | insert_same |
class | iterator_same |
class | push_pop_sequence_same |
class | pushn_popn_sequence_same |
class | random_access_iterator_same |
class | random_access_same |
class | split_in_range_same |
class | split_same |
Public Types | |
using | container_pair_type = Container_pair |
using | trusted_type = typename container_pair_type::trusted_container_type |
using | untrusted_type = typename container_pair_type::untrusted_container_type |
using | value_type = typename trusted_type::value_type |
Static Public Member Functions | |
static bool | split_and_check (container_pair_type &items_src, container_pair_type &items_dst, size_t split_position) |
Definition at line 211 of file properties.hpp.
using pasl::data::chunkseqproperties< Container_pair >::container_pair_type = Container_pair |
Definition at line 214 of file properties.hpp.
using pasl::data::chunkseqproperties< Container_pair >::trusted_type = typename container_pair_type::trusted_container_type |
Definition at line 215 of file properties.hpp.
using pasl::data::chunkseqproperties< Container_pair >::untrusted_type = typename container_pair_type::untrusted_container_type |
Definition at line 216 of file properties.hpp.
using pasl::data::chunkseqproperties< Container_pair >::value_type = typename trusted_type::value_type |
Definition at line 217 of file properties.hpp.
|
inlinestatic |
Definition at line 230 of file properties.hpp.