25 decltype(std::declval<I>()++),
26 decltype(++std::declval<I>()),
33 std::is_same<decltype(++std::declval<I>()), I&>
Definition is_weakly_incrementable.hpp:42
Definition Partitioner.hpp:146
bool constexpr is_weakly_incrementable_v
A C++17 type trait equivalent to the C++20 weakly_incrementable concept.
Definition is_weakly_incrementable.hpp:38
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 weakly_incrementable concept.
Definition is_weakly_incrementable.hpp:19