chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Typedefs | Functions
test_chunkedseq.cpp File Reference
#include "cmdline.hpp"
#include "chunkedseq.hpp"
#include "test_seq.hpp"

Go to the source code of this file.

Typedefs

template<int Chunk_capacity>
using IntSeqOf = chunkedseq::deque< IntItem, Chunk_capacity >
 

Functions

int main (int argc, char **argv)
 

Typedef Documentation

template<int Chunk_capacity>
using IntSeqOf = chunkedseq::deque<IntItem, Chunk_capacity>

Definition at line 55 of file test_chunkedseq.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 60 of file test_chunkedseq.cpp.