#include <node_hash_set.h>
Static Public Member Functions | |
template<class F , class... Args> | |
static | decltype (absl::container_internal::DecomposeValue(std::declval< F >(), std::declval< Args >()...)) apply(F &&f |
template<class Allocator > | |
static void | delete_element (Allocator *alloc, T *elem) |
template<class Allocator , class... Args> | |
static T * | new_element (Allocator *alloc, Args &&...args) |
Definition at line 440 of file node_hash_set.h.
static absl::container_internal::NodeHashSetPolicy< T >::decltype | ( | absl::container_internal:: | DecomposeValuestd::declval< F >(), std::declval< Args >()... | ) | [static] |
static void absl::container_internal::NodeHashSetPolicy< T >::delete_element | ( | Allocator * | alloc, |
T * | elem | ||
) | [inline, static] |
Definition at line 458 of file node_hash_set.h.
static T* absl::container_internal::NodeHashSetPolicy< T >::new_element | ( | Allocator * | alloc, |
Args &&... | args | ||
) | [inline, static] |
Definition at line 447 of file node_hash_set.h.