|
CeresEngine 0.2.0
A game development framework
|
Declaration of the concept "Hashable", which is satisfied by any type 'T' such that for values 'a' of type 'T', the expression std::hash<T>{}(a) compiles and its result is convertible to std::size_t. More...
#include <CeresEngine/Concepts.hpp>
Declaration of the concept "Hashable", which is satisfied by any type 'T' such that for values 'a' of type 'T', the expression std::hash<T>{}(a) compiles and its result is convertible to std::size_t.