Template Struct NodeSize< unordered_map< Key, Value, Hash, KeyEqual, Mutex > >

Inheritance Relationships

Base Type

  • public std::integral_constant< std::size_t, unordered_map_node_size< std::pair< const Key, Value > >::value >

Struct Documentation

template<typename Key, typename Value, typename Hash, typename KeyEqual, typename Mutex>
struct NodeSize<unordered_map<Key, Value, Hash, KeyEqual, Mutex>> : public std::integral_constant<std::size_t, unordered_map_node_size<std::pair<const Key, Value>>::value>

These are just pass-through parameters to any std::unordered_map Specialization of node sizes for std::unordered_map