momo  3.9
momo::stdish::internal::map_value_compare< TKey, TLessFunc > Class Template Reference

#include <map.h>

Public Member Functions

template<typename Value >
bool operator() (const Value &value1, const Value &value2) const
 

Protected Types

typedef TKey Key
 
typedef TLessFunc LessFunc
 

Protected Member Functions

 map_value_compare (const LessFunc &lessFunc)
 

Protected Attributes

LessFunc comp
 

Member Typedef Documentation

◆ Key

template<typename TKey , typename TLessFunc >
typedef TKey momo::stdish::internal::map_value_compare< TKey, TLessFunc >::Key
protected

◆ LessFunc

template<typename TKey , typename TLessFunc >
typedef TLessFunc momo::stdish::internal::map_value_compare< TKey, TLessFunc >::LessFunc
protected

Constructor & Destructor Documentation

◆ map_value_compare()

template<typename TKey , typename TLessFunc >
momo::stdish::internal::map_value_compare< TKey, TLessFunc >::map_value_compare ( const LessFunc lessFunc)
inlineprotected

Member Function Documentation

◆ operator()()

template<typename TKey , typename TLessFunc >
template<typename Value >
bool momo::stdish::internal::map_value_compare< TKey, TLessFunc >::operator() ( const Value &  value1,
const Value &  value2 
) const
inline

Member Data Documentation

◆ comp

template<typename TKey , typename TLessFunc >
LessFunc momo::stdish::internal::map_value_compare< TKey, TLessFunc >::comp
protected

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