Class IdHashStruct#

Class Documentation#

class IdHashStruct#

Struct that defines a hash function for std::pair<kc::id_t, kc::id_t>

Public Functions

std::size_t operator()(const std::pair<Karana::Core::id_t, Karana::Core::id_t> &obj) const#

Hash function for std::pair<kc::id_t, kc::id_t>

Parameters:

obj – The object to create the hash function for.

Returns:

The hash function value.