ReactOS 0.4.15-dev-7842-g558ab78
less_equal< _Tp > Struct Template Reference

#include <_function.h>

Inheritance diagram for less_equal< _Tp >:
Collaboration diagram for less_equal< _Tp >:

Public Member Functions

bool operator() (const _Tp &__x, const _Tp &__y) const
 

Additional Inherited Members

- Public Types inherited from binary_function< _Tp, _Tp, bool >
typedef _Tp first_argument_type
 
typedef _Tp second_argument_type
 
typedef bool result_type
 
- Protected Member Functions inherited from binary_function< _Tp, _Tp, bool >
 ~binary_function ()
 

Detailed Description

template<class _Tp>
struct less_equal< _Tp >

Definition at line 59 of file _function.h.

Member Function Documentation

◆ operator()()

template<class _Tp >
bool less_equal< _Tp >::operator() ( const _Tp &  __x,
const _Tp &  __y 
) const
inline

Definition at line 60 of file _function.h.

60{ return __x <= __y; }

The documentation for this struct was generated from the following file: