|
piranha
0.10
|
Equality-comparable type trait. More...
#include <piranha/type_traits.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Equality-comparable type trait.
This type trait is true if instances if type T can be compared for equality and inequality to instances of type U. The operators 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 511 of file type_traits.hpp.
1.8.14