hpx/type_support/equality.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace traits

Variables

template<typename T, typename U>
constexpr bool is_weakly_equality_comparable_with_v = is_weakly_equality_comparable_with<T, U>::value
template<typename T, typename U>
constexpr bool is_equality_comparable_with_v = is_equality_comparable_with<T, U>::value
template<typename T>
constexpr bool is_equality_comparable_v = is_equality_comparable<T>::value