Template Struct NodeSize< multimap< Key, Value, Comp, Mutex > >

Inheritance Relationships

Base Type

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

Struct Documentation

template<typename Key, typename Value, typename Comp, typename Mutex>
struct NodeSize<multimap<Key, Value, Comp, Mutex>> : public std::integral_constant<std::size_t, multimap_node_size<std::pair<const Key, Value>>::value>

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