Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JComparisonAvailable.hh File Reference
#include <type_traits>
#include "JLang/JNullType.hh"

Go to the source code of this file.

Classes

class  JLANG::JLANG_LOCAL::JTypedef< T >
 
class  JLANG::JLANG_LOCAL::JComparisonAvailable< T, false, false >
 Template specialisation of test availability of comparison operators of non-composite data types. More...
 
class  JLANG::JLANG_LOCAL::JComparisonAvailable< T, true, false >
 Template specialisation of test availability of comparison operators of composite data types which have a type definitions for first_type and second_type. More...
 
class  JLANG::JLANG_LOCAL::JComparisonAvailable< T, false, true >
 Template specialisation of test availability of comparison operators of composite data types which have a type definition for for value_type. More...
 
class  JLANG::JLANG_LOCAL::JNoequals< T >
 Template base class for data structures without equality capability. More...
 

Namespaces

namespace  JLANG
 Auxiliary classes and methods for language specific functionality.
 
namespace  JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
namespace  JLANG::JLANG_LOCAL
 Local namespace for fallback implementations for comparison operators.