Jpp  master_rocky-43-ge265d140c
the software that should make you happy
Public Member Functions | List of all members
JLANG::JComparison::le Struct Reference

Less equals. More...

#include <JComparison.hh>

Public Member Functions

template<class T >
bool operator() (const T &first, const T &second) const
 

Detailed Description

Less equals.

Parameters
firstfirst object
secondsecond object
Returns
true if first object less than or equal to second object; else false

Definition at line 89 of file JComparison.hh.

Member Function Documentation

◆ operator()()

template<class T >
bool JLANG::JComparison::le::operator() ( const T &  first,
const T &  second 
) const
inline

Definition at line 91 of file JComparison.hh.

92  {
93  return first <= second;
94  }

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