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 Types
|
Public Member Functions
|
List of all members
_Char_traits_lt< _Traits > Struct Template Reference
Public Types
typedef _Traits::char_type
_Elem
Public Member Functions
bool
operator()
(
_Elem
_Left
,
_Elem
_Right
) const
Member Typedef Documentation
template<class _Traits >
typedef _Traits::char_type
_Char_traits_lt
< _Traits >::
_Elem
Member Function Documentation
template<class _Traits >
bool
_Char_traits_lt
< _Traits >::operator()
(
_Elem
_Left
,
_Elem
_Right
)
const
inline
2285
{
2286
return
(_Traits::lt(
_Left
,
_Right
));
2287
}
_Left
constexpr const _Ty &() _Left
Definition:
algorithm:3722
_Right
constexpr const _Ty &() _Right
Definition:
algorithm:3723
The documentation for this struct was generated from the following file:
VS2017/inc/
xutility
Generated on Sat Jul 22 2017 14:36:04 for STLdoc by
1.8.8