Like a smaller and slightly faster vcl_batch_multimap but without the pair<key, value> sequence. More...
#include <vcl_cassert.h>
#include <vcl_vector.h>
#include <vcl_cstddef.h>
#include <vcl_functional.h>
#include <vcl_utility.h>
#include <vcl_algorithm.h>
#include <vcl_iterator.h>
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.
void swap | ( | vbl_batch_compact_multimap< K, T, C > & | x, |
vbl_batch_compact_multimap< K, T, C > & | y | ||
) | [inline] |
Definition at line 213 of file vbl_batch_compact_multimap.h.