#include <node_hash_set.h>
Public Types | |
using | constant_iterators = std::true_type |
using | init_type = T |
using | key_type = T |
Public Types inherited from absl::container_internal::node_hash_policy< T &, NodeHashSetPolicy< T > > | |
using | slot_type = typename std::remove_cv< typename std::remove_reference< T & >::type >::type * |
Static Public Member Functions | |
template<class Allocator > | |
static void | delete_element (Allocator *alloc, T *elem) |
static size_t | element_space_used (const T *) |
template<class Allocator , class... Args> | |
static T * | new_element (Allocator *alloc, Args &&...args) |
Static Public Member Functions inherited from absl::container_internal::node_hash_policy< T &, NodeHashSetPolicy< T > > | |
static auto | apply (Ts &&...ts) -> decltype(P::apply(std::forward< Ts >(ts)...)) |
static void | construct (Alloc *alloc, slot_type *slot, Args &&...args) |
static void | destroy (Alloc *alloc, slot_type *slot) |
static T & | element (slot_type *slot) |
static size_t | space_used (const slot_type *slot) |
static void | transfer (Alloc *, slot_type *new_slot, slot_type *old_slot) |
static auto | value (T *elem) -> decltype(P::value(elem)) |
Definition at line 49 of file node_hash_set.h.
using absl::container_internal::NodeHashSetPolicy< T >::constant_iterators = std::true_type |
Definition at line 444 of file node_hash_set.h.
using absl::container_internal::NodeHashSetPolicy< T >::init_type = T |
Definition at line 443 of file node_hash_set.h.
using absl::container_internal::NodeHashSetPolicy< T >::key_type = T |
Definition at line 442 of file node_hash_set.h.
|
inlinestatic |
Definition at line 458 of file node_hash_set.h.
|
inlinestatic |
Definition at line 474 of file node_hash_set.h.
|
inlinestatic |
Definition at line 447 of file node_hash_set.h.