Like a faster vcl_multimap but using only a single block of memory, and no fast insertion or deletion. 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>
Go to the source code of this file.
Classes | |
class | vbl_batch_multimap< K, T, C > |
A fast read and batch-write map-style collection. More... | |
class | vbl_batch_multimap< K, T, C >::value_compare_t |
Functions | |
template<typename K , typename T , typename C > | |
void | swap (vbl_batch_multimap< K, T, C > &x, vbl_batch_multimap< K, T, C > &y) |
Like a faster vcl_multimap but using only a single block of memory, and no fast insertion or deletion.
Definition in file vbl_batch_multimap.h.
void swap | ( | vbl_batch_multimap< K, T, C > & | x, |
vbl_batch_multimap< K, T, C > & | y | ||
) | [inline] |
Definition at line 169 of file vbl_batch_multimap.h.