Jpp  master_rocky-37-gf0c5bc59d
the software that should make you happy
Public Member Functions | List of all members
JLANG::JComparison::gt Struct Reference

Greater than. More...

#include <JComparison.hh>

Public Member Functions

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

Detailed Description

Greater than.

Parameters
firstfirst object
secondsecond object
Returns
true if first object greater than second object; else false

Definition at line 73 of file JComparison.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 75 of file JComparison.hh.

76  {
77  return first > second;
78  }

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