Iros
 
Loading...
Searching...
No Matches
di::container::OwningRBTreeTag< Self, T > Struct Template Reference

#include <di/container/tree/owning_rb_tree.h>

Inheritance diagram for di::container::OwningRBTreeTag< Self, T >:
[legend]

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 Public Member Functions inherited from di::container::IntrusiveTagBase< OwningRBTreeNode< T, Self > >
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 &)
 

Member Typedef Documentation

◆ Node

template<typename Self, typename T>
using di::container::OwningRBTreeTag< Self, T >::Node = OwningRBTreeNode<T, Self>

Member Function Documentation

◆ did_remove()

template<typename Self, typename T>
static constexpr void di::container::OwningRBTreeTag< Self, T >::did_remove ( auto & self,
auto & node )
inlinestaticconstexpr

◆ down_cast()

template<typename Self, typename T>
static constexpr auto di::container::OwningRBTreeTag< Self, T >::down_cast ( InPlaceType< T > ,
Node & node ) -> T&
inlinestaticconstexpr

◆ is_sized()

template<typename Self, typename T>
static constexpr auto di::container::OwningRBTreeTag< Self, T >::is_sized ( InPlaceType< T > ) -> bool
inlinestaticconstexpr

The documentation for this struct was generated from the following file: