#include <stl_map.h>
Inheritance diagram for std::map::value_compare:
Public Methods | |
bool | operator() (const value_type &__x, const value_type &__y) const |
Protected Methods | |
value_compare (_Compare __c) | |
Protected Attributes | |
_Compare | comp |
Friends | |
class | map< _Key, _Tp, _Compare, _Alloc > |
|
|
|
|
|
|
|
Definition at line 59 of file stl_map.h. Referenced by operator()(). |