chunkedseq
container library for large in-memory data sets
|
#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[]) |
using cdeque = bootchunkseq<bootchunkseq_deque_config<Item, cachedmeasure::trivial<Item, size_t>, Capacity>> |
Definition at line 47 of file bootchunkseq.cpp.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 49 of file bootchunkseq.cpp.