category: functors component: type tparam: ReadablePropertyMap - a model of ReadablePropertyMap definition: functor.h More...
#include <indirect_cmp.hpp>
Public Types | |
typedef boost::property_traits < ReadablePropertyMap > ::value_type | T |
typedef boost::property_traits < ReadablePropertyMap > ::key_type | K |
typedef K | first_argument_type |
typedef K | second_argument_type |
typedef bool | result_type |
Public Member Functions | |
indirect_cmp (const ReadablePropertyMap &df, const Compare &c=Compare()) | |
template<class A , class B > | |
bool | operator() (const A &u, const B &v) const |
Protected Attributes | |
ReadablePropertyMap | d |
Compare | cmp |
category: functors component: type tparam: ReadablePropertyMap - a model of ReadablePropertyMap definition: functor.h
typedef K boost::indirect_cmp< ReadablePropertyMap, Compare >::first_argument_type |
typedef boost::property_traits<ReadablePropertyMap>::key_type boost::indirect_cmp< ReadablePropertyMap, Compare >::K |
typedef bool boost::indirect_cmp< ReadablePropertyMap, Compare >::result_type |
typedef K boost::indirect_cmp< ReadablePropertyMap, Compare >::second_argument_type |
typedef boost::property_traits<ReadablePropertyMap>::value_type boost::indirect_cmp< ReadablePropertyMap, Compare >::T |
|
inline |
|
inline |
|
protected |
|
protected |