#include <di/container/tree/tree_set.h>
Additional Inherited Members | |
![]() | |
using | Node |
![]() | |
static constexpr auto | is_sized (InPlaceType< Value >) -> bool |
static constexpr auto | down_cast (InPlaceType< Value >, Node &node) -> Value & |
static constexpr void | did_remove (auto &self, auto &node) |
![]() | |
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< Value, TreeSetTag< Value > > |
static constexpr auto | down_cast (InPlaceType< T >, OwningRBTreeNode< Value, TreeSetTag< Value > > &node) -> T & |
static constexpr void | did_insert (auto &, auto &) |
static constexpr void | did_remove (auto &, auto &) |