1#ifndef __JEEP__JCOMPARISONTOOLKIT__
2#define __JEEP__JCOMPARISONTOOLKIT__
15namespace JPP {
using namespace JEEP; }
35 return first == second;
66 return compareObjects(first, second, std::bool_constant<JComparisonAvailable<T>::has_eq>());
79 const char (&second)[N])
81 return strcmp(first, second) == 0;
Template definition of test availability of comparison operators.
General puprpose classes and methods.
bool compareObjects(const T &first, const T &second, std::true_type)
Comparison of comparable objects.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).