#include <di/container/tree/tree_map.h>
Additional Inherited Members | |
Public Types inherited from di::container::OwningRBTreeTag< TreeMapTag< Key, Value >, Tuple< Key, Value > > | |
| using | Node |
Static Public Member Functions inherited from di::container::OwningRBTreeTag< TreeMapTag< Key, Value >, Tuple< Key, Value > > | |
| static constexpr auto | is_sized (InPlaceType< Tuple< Key, Value > >) -> bool |
| static constexpr auto | down_cast (InPlaceType< Tuple< Key, Value > >, Node &node) -> Tuple< Key, Value > & |
| static constexpr void | did_remove (auto &self, auto &node) |
Static Public Member Functions inherited from di::container::IntrusiveTagBase< OwningRBTreeNode< Tuple< Key, Value >, TreeMapTag< 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 >) -> OwningRBTreeNode< Tuple< Key, Value >, TreeMapTag< Key, Value > > |
| static constexpr auto | down_cast (InPlaceType< T >, OwningRBTreeNode< Tuple< Key, Value >, TreeMapTag< Key, Value > > &node) -> T & |
| static constexpr void | did_insert (auto &, auto &) |
| static constexpr void | did_remove (auto &, auto &) |