TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Protected Member Functions | List of all members
map< _Key, _Tp,, >::value_compare Class Reference
Inheritance diagram for map< _Key, _Tp,, >::value_compare:
binary_function< value_type, value_type, bool >

Public Member Functions

bool operator() (const value_type &__x, const value_type &__y) const
 

Protected Member Functions

 value_compare (_Compare __c)
 

Additional Inherited Members

- Public Types inherited from binary_function< value_type, value_type, bool >
typedef value_type first_argument_type
 
typedef value_type second_argument_type
 
typedef bool result_type
 

Constructor & Destructor Documentation

value_compare ( _Compare  __c)
protected

Member Function Documentation

bool operator() ( const value_type __x,
const value_type __y 
) const