Jpp
master_rocky-43-ge265d140c
the software that should make you happy
|
Local namespace for fallback implementations for comparison operators. More...
Classes | |
class | JTypedef |
class | JComparisonAvailable |
Template definition of test availability of comparison operators. More... | |
class | JComparisonAvailable< T, false, false > |
Template specialisation of test availability of comparison operators of non-composite data types. More... | |
class | 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 | 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 | JNoequals |
Template base class for data structures without equality capability. More... | |
Local namespace for fallback implementations for comparison operators.