30void load(Archive &ar, std::unordered_map<K, V> &map,
unsigned const int) {
31 using value_type =
typename std::unordered_map<K, V>::value_type;
32 using size_type =
typename std::unordered_map<K, V>::size_type;
39 for (size_type i = 0; i < count; i++) {
41 map.emplace_hint(map.end(), pair);