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

Equality-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_equality_comparable< T, U >

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.


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