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

#include <vbl_batch_multimap.h>

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 = std::less<K>>
class vbl_batch_multimap< K, T, C >::value_compare_t

Definition at line 45 of file vbl_batch_multimap.h.

Constructor & Destructor Documentation

◆ value_compare_t()

template<typename K, typename T, typename C = std::less<K>>
vbl_batch_multimap< K, T, C >::value_compare_t::value_compare_t ( key_compare  c)
inline

Definition at line 52 of file vbl_batch_multimap.h.

Member Function Documentation

◆ compare()

template<typename K, typename T, typename C = std::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 59 of file vbl_batch_multimap.h.

◆ operator()()

template<typename K, typename T, typename C = std::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 56 of file vbl_batch_multimap.h.

Member Data Documentation

◆ comp

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

Definition at line 50 of file vbl_batch_multimap.h.


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