| 
    chunkedseq
    
   container library for large in-memory data sets 
   | 
 
Example use of the chunked sequence. More...
Go to the source code of this file.
Typedefs | |
| using | cbdeque = pasl::data::chunkedseq::bootstrapped::deque< long > | 
| [chunkedseq_example1]  More... | |
Functions | |
| template<class Predicate_function > | |
| void | pkeep_if (cbdeque &dst, cbdeque &src, const Predicate_function &p) | 
| int | main (int argc, const char *argv[]) | 
Definition in file chunkedseq_1.cpp.
| using cbdeque = pasl::data::chunkedseq::bootstrapped::deque<long> | 
Definition at line 20 of file chunkedseq_1.cpp.
| int main | ( | int | argc, | 
| const char * | argv[] | ||
| ) | 
Definition at line 60 of file chunkedseq_1.cpp.
| void pkeep_if | ( | cbdeque & | dst, | 
| cbdeque & | src, | ||
| const Predicate_function & | p | ||
| ) | 
Definition at line 25 of file chunkedseq_1.cpp.
 1.8.8