Like a smaller and slightly faster vcl_batch_multimap but without the pair<key, value> sequence. More...
#include <vector>#include <cstddef>#include <functional>#include <utility>#include <algorithm>#include <iterator>#include <cassert>Go to the source code of this file.
Classes | |
| class | vbl_batch_compact_multimap< K, T, C > |
| A fast read and batch-write map-style collection. More... | |
| class | vbl_batch_compact_multimap< K, T, C >::input_compare |
| A comparator to sort input data, by ignoring the value in pair<key, value>. More... | |
Functions | |
| template<typename K , typename T , typename C > | |
| void | swap (vbl_batch_compact_multimap< K, T, C > &x, vbl_batch_compact_multimap< K, T, C > &y) |
Like a smaller and slightly faster vcl_batch_multimap but without the pair<key, value> sequence.
Definition in file vbl_batch_compact_multimap.h.
|
inline |
Definition at line 215 of file vbl_batch_compact_multimap.h.
1.8.15