24 decltype(std::declval<I>()++)
30 is_weakly_incrementable<I>,
31 std::is_same<decltype(std::declval<I>()++), I>
Definition is_incrementable.hpp:40
Definition Partitioner.hpp:146
bool constexpr is_incrementable_v
A C++17 type trait equivalent to the C++20 incrementable concept.
Definition is_incrementable.hpp:36
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 incrementable concept.
Definition is_incrementable.hpp:18