|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
EkMapT::value_compare Class Template Reference#include <EkMapT.h>
Collaboration diagram for EkMapT::value_compare: [legend]List of all members.
template<class K, class V, class Pred = less<K>, class A = allocator<V>>
class EkMapT< K, V, Pred, A >::value_compare
Constructor & Destructor Documentation
template<class K, class V, class Pred = less<K>, class A = allocator<V>> |
EkMapT< K, V, Pred, A >::value_compare::value_compare |
( |
Pred |
pred |
) |
[inline, protected] |
|
Member Function Documentation
template<class K, class V, class Pred = less<K>, class A = allocator<V>> |
bool EkMapT< K, V, Pred, A >::value_compare::operator() |
( |
const value_type & |
x, |
|
|
const value_type & |
y |
|
) |
const [inline] |
|
Friends And Related Function Documentation
template<class K, class V, class Pred = less<K>, class A = allocator<V>> |
friend class EkMapT< K, V, Pred, A > [friend]
|
|
Member Data Documentation
template<class K, class V, class Pred = less<K>, class A = allocator<V>> |
Pred EkMapT::value_compare::comp [protected]
|
|
The documentation for this class was generated from the following file:
|