Template Struct Overwrite¶
Defined in File sharded_map.hpp
Struct Documentation¶
-
template<std::copy_constructible K, std::move_constructible V>
struct Overwrite¶ An update function for sharded maps which on update just overwrites the previousvalue.
- Template Parameters:
K – The key type saved in the hash map.
V – The value type saved in the hash map.