#include <di/container/hash/node/owning_node_hash_table.h>
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 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 &) |
using di::container::OwningHashNodeTag< Self, T >::Node = OwningHashNode<T, Self> |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |