25 is_constructible_from_v<T, T> &&
26 is_convertible_to_v<T, T>
28 >> : std::true_type {};
Definition is_move_constructible.hpp:35
Definition Partitioner.hpp:146
bool constexpr is_move_constructible_v
A C++17 type trait equivalent to the C++20 move_constructible concept.
Definition is_move_constructible.hpp:31
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 move_constructible concept.
Definition is_move_constructible.hpp:19