ReactOS 0.4.15-dev-7942-gd23573b
__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: