Classes | Functions
core/vbl/vbl_batch_compact_multimap.h File Reference

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)

Detailed Description

Like a smaller and slightly faster vcl_batch_multimap but without the pair<key, value> sequence.

Author:
Ian Scott, Imorphics 2011

Definition in file vbl_batch_compact_multimap.h.


Function Documentation

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 
) [inline]

Definition at line 213 of file vbl_batch_compact_multimap.h.