piranha  0.10
Static Public Attributes | List of all members
piranha::is_greater_than_comparable< T, U > Class Template Reference

Greater-than-comparable type trait. More...

#include <piranha/type_traits.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T, typename U = T>
class piranha::is_greater_than_comparable< T, U >

Greater-than-comparable type trait.

This type trait is true if instances of type T can be compared to instances of type U using the greater-than operator. The operator must be non-mutable (i.e., implemented using pass-by-value or const references) and must return a type implicitly convertible to bool.

Definition at line 559 of file type_traits.hpp.


The documentation for this class was generated from the following file: