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 > | |
void | pcopy (typename Chunkedseq::iterator first, typename Chunkedseq::iterator last, Chunkedseq &destination) |
[pcopy_example] More... | |
int | main (int argc, const char *argv[]) |
Definition in file chunkedseq_6.cpp.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 59 of file chunkedseq_6.cpp.
void pcopy | ( | typename Chunkedseq::iterator | first, |
typename Chunkedseq::iterator | last, | ||
Chunkedseq & | destination | ||
) |
Definition at line 24 of file chunkedseq_6.cpp.