|
piranha
0.10
|
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. | |
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.
1.8.14