#include <di/container/tree/owning_rb_tree.h>
Public Types | |
using | Node = OwningRBTreeNode<T, Self> |
Static Public Member Functions | |
static constexpr auto | is_sized (InPlaceType< T >) -> bool |
static constexpr auto | down_cast (InPlaceType< T >, Node &node) -> T & |
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< T, Self > |
static constexpr auto | down_cast (InPlaceType< T >, OwningRBTreeNode< T, Self > &node) -> T & |
static constexpr void | did_insert (auto &, auto &) |
static constexpr void | did_remove (auto &, auto &) |
using di::container::OwningRBTreeTag< Self, T >::Node = OwningRBTreeNode<T, Self> |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |