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

#include <di/container/hash/node/owning_node_hash_table.h>

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

Public Types

using Node = OwningHashNode<T, Self>
 

Static Public Member Functions

static constexpr auto is_sized (auto) -> bool
 
static constexpr auto down_cast (auto, auto &node) -> OwningHashNode< T, Self > &
 
static constexpr auto down_cast (InPlaceType< T >, Node &node) -> T &
 
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< 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 >) -> OwningHashNode< T, Self >
 
static constexpr auto down_cast (InPlaceType< T >, OwningHashNode< 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::OwningHashNodeTag< Self, T >::Node = OwningHashNode<T, Self>

Member Function Documentation

◆ allow_rehashing_in_insert()

template<typename Self, typename T>
static constexpr auto di::container::OwningHashNodeTag< Self, T >::allow_rehashing_in_insert ( auto ) -> bool
inlinestaticconstexpr

◆ did_remove()

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

◆ down_cast() [1/2]

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

◆ down_cast() [2/2]

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

◆ is_sized()

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

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