#include <vector_multimap.h>
|
| multimap_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 |
|
|
typedef Value | first_argument_type |
|
typedef Value | second_argument_type |
|
typedef bool | result_type |
|
template<typename Key, typename Value, typename Compare>
class eastl::multimap_value_compare< Key, Value, Compare >
multimap_value_compare
Our adapter for the comparison function in the template parameters.
The documentation for this class was generated from the following file: