| 
    chunkedseq
    
   container library for large in-memory data sets 
   | 
 
Example use of the chunked sequence. More...
Go to the source code of this file.
Functions | |
| template<class Chunkedseq , class UnaryPredicate > | |
| void | pcopy_if (typename Chunkedseq::iterator first, typename Chunkedseq::iterator last, Chunkedseq &destination, const UnaryPredicate &pred) | 
| [pcopy_if_example]  More... | |
| int | main (int argc, const char *argv[]) | 
Definition in file chunkedseq_7.cpp.
| int main | ( | int | argc, | 
| const char * | argv[] | ||
| ) | 
Definition at line 63 of file chunkedseq_7.cpp.
| void pcopy_if | ( | typename Chunkedseq::iterator | first, | 
| typename Chunkedseq::iterator | last, | ||
| Chunkedseq & | destination, | ||
| const UnaryPredicate & | pred | ||
| ) | 
Definition at line 24 of file chunkedseq_7.cpp.
 1.8.8