33 std::is_convertible_v<
decltype(std::hash<T>{}(a)), std::size_t>;
36 template<
typename T,
typename U = T>
39 std::is_convertible_v<
decltype(lhs == rhs),
bool>;
42 template<
typename T,
typename... Args>
A concept type that checks if a given type T has arithmetic properties.
Definition Concepts.hpp:21
Definition Concepts.hpp:37
Declaration of the concept "Hashable", which is satisfied by any type 'T' such that for values 'a' of...
Definition Concepts.hpp:32
Definition Concepts.hpp:43
Definition Application.hpp:19