STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Public Member Functions
|
List of all members
equal_to< _Ty > Struct Template Reference
Inheritance diagram for equal_to< _Ty >:
Public Member Functions
bool
operator()
(const _Ty &_Left, const _Ty &
_Right
) const
Additional Inherited Members
Public Types inherited from
binary_function< _Ty, _Ty, bool >
typedef _Ty
first_argument_type
typedef _Ty
second_argument_type
typedef
bool
result_type
Member Function Documentation
template<class _Ty = void>
bool
equal_to
< _Ty >::operator()
(
const _Ty &
_Left
,
const _Ty &
_Right
)
const
inline
181
{
// apply operator== to operands
182
return
(_Left ==
_Right
);
183
}
_Right
const _Ty & _Right
Definition:
algorithm:4087
The documentation for this struct was generated from the following file:
VS2013/inc/
xstddef
Generated on Sun Jul 23 2017 10:02:42 for STLdoc by
1.8.8