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
less< _Ty > Struct Template Reference
Inheritance diagram for less< _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
less
< _Ty >::operator()
(
const _Ty &
_Left
,
const _Ty &
_Right
)
const
inline
192
{
// apply operator< to operands
193
return
(_Left <
_Right
);
194
}
_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:03:12 for STLdoc by
1.8.8