ReactOS
0.4.16-dev-823-g9a093ec
Public Member Functions
|
List of all members
__less_2< _T1, _T2 > Struct Template Reference
#include <
_algo.h
>
Public Member Functions
bool
operator()
(
const
_T1 &__x,
const
_T2 &__y)
const
Detailed Description
template<
class
_T1,
class
_T2>
struct __less_2< _T1, _T2 >
Definition at line
465
of file
_algo.h
.
Member Function Documentation
◆
operator()()
template<
class
_T1 ,
class
_T2 >
bool
__less_2
< _T1, _T2 >
::operator
()
(
const
_T1 &
__x
,
const
_T2 &
__y
)
const
inline
Definition at line
466
of file
_algo.h
.
466
{
return
__x < __y ; }
The documentation for this struct was generated from the following file:
sdk/include/c++/stlport/stl/
_algo.h
__less_2
Generated on Tue Mar 18 2025 06:26:06 for ReactOS by
1.9.6