Turi Create
4.0
|
#include <core/generics/value_container_mapper_internal.hpp>
The vc_hashkey class is used to determine the key type for the value container mapper hash-map lookup, along with optionally holding the value (if it's used as the key). It also helps tame google's densehash, which has the odd property that you have to set an empty and a deleted key; this is problematic for integer keys.
The class is specialized based on the type of the key.
This is the general type, which uses hash_value to store the key.
Definition at line 36 of file value_container_mapper_internal.hpp.