Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Concept to check if a type is hashable via std::hash. More...
#include <concepts.hpp>
Concept to check if a type is hashable via std::hash.
Requires that std::hash<T>{}(x) is valid and convertible to std::size_t.
T | Type to check. |