21 template<
class T,
class U>
25 is_equality_comparable_v<T> &&
26 is_equality_comparable_v<U> &&
27 is_weakly_equality_comparable_v<T,U>
29 >> : std::true_type {};
Definition Partitioner.hpp:146
bool constexpr equality_comparable_with
A C++17 type trait equivalent to the C++20 equality_comparable_with concept.
Definition is_equality_comparable_with.hpp:35
bool constexpr is_equality_comparable_with_v
A C++17 type trait equivalent to the C++20 equality_comparable_with concept.
Definition is_equality_comparable_with.hpp:32
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
A C++17 type trait equivalent to the C++20 equality_comparable_with concept.
Definition is_equality_comparable_with.hpp:19