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