chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Typedefs | Functions
bootchunkseq.cpp File Reference
#include <iostream>
#include "fixedcapacity.hpp"
#include "algebra.hpp"
#include "cachedmeasure.hpp"
#include "chunk.hpp"
#include "bootchunkedseq.hpp"
#include "itemsearch.hpp"

Go to the source code of this file.

Typedefs

template<class Item , int Capacity>
using cdeque = bootchunkseq< bootchunkseq_deque_config< Item, cachedmeasure::trivial< Item, size_t >, Capacity >>
 

Functions

int main (int argc, const char *argv[])
 

Typedef Documentation

template<class Item , int Capacity>
using cdeque = bootchunkseq<bootchunkseq_deque_config<Item, cachedmeasure::trivial<Item, size_t>, Capacity>>

Definition at line 47 of file bootchunkseq.cpp.

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Definition at line 49 of file bootchunkseq.cpp.