template<class K>
nCine::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