multimap< _Key, _Tp,, >::value_compare Class Reference#include <_map.h>
Inheritance diagram for multimap< _Key, _Tp,, >::value_compare: ![]()
Detailed Descriptiontemplate<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >), _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp)>
|
multimap< _Key, _Tp,, >::value_compare::value_compare | ( | _Compare | __c | ) | [inline, protected] |
bool multimap< _Key, _Tp,, >::value_compare::operator() | ( | const value_type & | __x, | |
const value_type & | __y | |||
) | const [inline] |
Definition at line 255 of file _map.h.
References multimap< _Key, _Tp,, >::value_compare::comp, and pair< _T1, _T2 >::first.
friend class multimap< _Key, _Tp, _Compare, _Alloc > [friend] |
_Compare multimap< _Key, _Tp,, >::value_compare::comp [protected] |
Definition at line 252 of file _map.h.
Referenced by multimap< _Key, _Tp,, >::value_compare::operator()().