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

Equal. More...

#include <JComparison.hh>

Public Member Functions

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

Detailed Description

Equal.

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

Definition at line 25 of file JComparison.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 27 of file JComparison.hh.

28  {
29  return first == second;
30  }

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