Template Struct Keep¶
Defined in File sharded_map.hpp
Struct Documentation¶
-
template<std::copy_constructible K, std::move_constructible V>
struct Keep¶ An update function for sharded maps which upon update does nothing. If the value does not exist, the value is inserted.
- Template Parameters:
K – The key type saved in the hash map.
V – The value type saved in the hash map.