Nugget
Public Member Functions | Public Attributes | List of all members
eastl::map_value_compare< Key, Value, Compare > Class Template Reference

#include <vector_map.h>

Inheritance diagram for eastl::map_value_compare< Key, Value, Compare >:
Inheritance graph
[legend]
Collaboration diagram for eastl::map_value_compare< Key, Value, Compare >:
Collaboration graph
[legend]

Public Member Functions

 map_value_compare (const Compare &x)
 
bool operator() (const Value &a, const Value &b) const
 
bool operator() (const Value &a, const Key &b) const
 
bool operator() (const Key &a, const Value &b) const
 
bool operator() (const Key &a, const Key &b) const
 

Public Attributes

Compare c
 

Additional Inherited Members

- Public Types inherited from eastl::binary_function< Value, Value, bool >
typedef Value first_argument_type
 
typedef Value second_argument_type
 
typedef bool result_type
 

Detailed Description

template<typename Key, typename Value, typename Compare>
class eastl::map_value_compare< Key, Value, Compare >

map_value_compare

Our adapter for the comparison function in the template parameters.


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