STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
less_equal< _Ty > Struct Template Reference

Public Types

typedef _Ty first_argument_type
 
typedef _Ty second_argument_type
 
typedef bool result_type
 

Public Member Functions

constexpr bool operator() (const _Ty &_Left, const _Ty &_Right) const
 

Member Typedef Documentation

template<class _Ty = void>
typedef _Ty less_equal< _Ty >::first_argument_type
template<class _Ty = void>
typedef bool less_equal< _Ty >::result_type
template<class _Ty = void>
typedef _Ty less_equal< _Ty >::second_argument_type

Member Function Documentation

template<class _Ty = void>
constexpr bool less_equal< _Ty >::operator() ( const _Ty &  _Left,
const _Ty &  _Right 
) const
inline
129  { // apply operator<= to operands
130  return (_Left <= _Right);
131  }
constexpr const _Ty &() _Left
Definition: algorithm:3590
constexpr const _Ty &() _Right
Definition: algorithm:3591

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