#include <di/container/hash/node/node_hash_map.h>
Additional Inherited Members | |
Public Types inherited from di::container::OwningHashNodeTag< NodeHashMapTag< Key, Value >, Tuple< Key, Value > > | |
| using | Node |
Static Public Member Functions inherited from di::container::OwningHashNodeTag< NodeHashMapTag< Key, Value >, Tuple< Key, Value > > | |
| static constexpr auto | is_sized (auto) -> bool |
| static constexpr auto | down_cast (auto, auto &node) -> OwningHashNode< Tuple< Key, Value >, NodeHashMapTag< Key, Value > > & |
| static constexpr auto | down_cast (InPlaceType< Tuple< Key, Value > >, Node &node) -> Tuple< Key, Value > & |
| static constexpr void | did_remove (auto &self, auto &node) |
| static constexpr auto | allow_rehashing_in_insert (auto) -> bool |
Static Public Member Functions inherited from di::container::IntrusiveTagBase< OwningHashNode< Tuple< Key, Value >, NodeHashMapTag< Key, Value > > > | |
| static constexpr auto | is_sized (InPlaceType< T >) -> bool |
| static constexpr auto | always_store_tail (InPlaceType< T >) -> bool |
| static constexpr auto | node_type (InPlaceType< T >) -> OwningHashNode< Tuple< Key, Value >, NodeHashMapTag< Key, Value > > |
| static constexpr auto | down_cast (InPlaceType< T >, OwningHashNode< Tuple< Key, Value >, NodeHashMapTag< Key, Value > > &node) -> T & |
| static constexpr void | did_insert (auto &, auto &) |
| static constexpr void | did_remove (auto &, auto &) |