1 #ifndef __JEEP__JCOMPARISONTOOLKIT__ 
    2 #define __JEEP__JCOMPARISONTOOLKIT__ 
   13 namespace JPP { 
using namespace JEEP; }
 
   17   using JLANG::JComparisonAvailable;
 
   34     return first == second;
 
Auxiliary template class for type bool. 
 
bool compareObjects(const T &first, const T &second, JBool< true >)
Comparison of comparable objects.