1#ifndef __JLANG__JCOMPARISON__
2#define __JLANG__JCOMPARISON__
10namespace JPP {
using namespace JLANG; }
29 return first == second;
45 return first != second;
61 return first < second;
77 return first > second;
93 return first <= second;
109 return first >= second;
Auxiliary classes and methods for language specific functionality.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
bool operator()(const T &first, const T &second) const
bool operator()(const T &first, const T &second) const
bool operator()(const T &first, const T &second) const
bool operator()(const T &first, const T &second) const
bool operator()(const T &first, const T &second) const
bool operator()(const T &first, const T &second) const
Functional implementations of comparison operators.