1#ifndef __JEEP__JCOMPARISONTOOLKIT__
2#define __JEEP__JCOMPARISONTOOLKIT__
15namespace JPP {
using namespace JEEP; }
36 return first == second;
80 const char (&second)[N])
82 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, JBool< true >)
Comparison of comparable objects.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary template class for type bool.