This struct defines a binary comparison functor applying operator== to two VALUE_TYPE objects. This class conforms to the C++11 standard specification of std::equal_to that does not require inheriting from std::binary_function. Note that this class is an empty POD type.
Synopsis
Declared in <bslstl_equalto.h>
template<class VALUE_TYPE = void>
struct equal_to;
Type Aliases
Name |
Description |
This |
|
This |
|
This |
Member Functions
Name |
Description |
Return |
Specializations
Name |
Description |
This |
Created with MrDocs