Public Member Functions | Public Attributes
vbl_batch_multimap< K, T, C >::value_compare_t Class Reference

#include <vbl_batch_multimap.h>

List of all members.

Public Member Functions

 value_compare_t (key_compare c)
bool operator() (const value_type &x, const value_type &y) const
bool compare (const value_type &x, const value_type &y) const

Public Attributes

key_compare comp

Detailed Description

template<typename K, typename T, typename C = vcl_less<K>>
class vbl_batch_multimap< K, T, C >::value_compare_t

Definition at line 42 of file vbl_batch_multimap.h.


Constructor & Destructor Documentation

template<typename K, typename T, typename C = vcl_less<K>>
vbl_batch_multimap< K, T, C >::value_compare_t::value_compare_t ( key_compare  c) [inline]

Definition at line 50 of file vbl_batch_multimap.h.


Member Function Documentation

template<typename K, typename T, typename C = vcl_less<K>>
bool vbl_batch_multimap< K, T, C >::value_compare_t::compare ( const value_type x,
const value_type y 
) const [inline]

Definition at line 57 of file vbl_batch_multimap.h.

template<typename K, typename T, typename C = vcl_less<K>>
bool vbl_batch_multimap< K, T, C >::value_compare_t::operator() ( const value_type x,
const value_type y 
) const [inline]

Definition at line 54 of file vbl_batch_multimap.h.


Member Data Documentation

template<typename K, typename T, typename C = vcl_less<K>>
key_compare vbl_batch_multimap< K, T, C >::value_compare_t::comp

Definition at line 48 of file vbl_batch_multimap.h.


The documentation for this class was generated from the following file: