#include <nCine/Base/HashFunctions.h>
template<class K>
IdentityHashFunc class
Hash function returning the key unchanged.
The key type should be convertible to hash_t.
Public functions
-
auto operator()(const K& key) const -> hash_
t