#include <node_hash_map.h>
Static Public Member Functions | |
template<class F , class... Args> | |
static | decltype (absl::container_internal::DecomposePair(std::declval< F >(), std::declval< Args >()...)) apply(F &&f |
template<class Allocator > | |
static void | delete_element (Allocator *alloc, value_type *pair) |
template<class Allocator , class... Args> | |
static value_type * | new_element (Allocator *alloc, Args &&...args) |
Definition at line 523 of file node_hash_map.h.
static absl::container_internal::NodeHashMapPolicy< Key, Value >::decltype | ( | absl::container_internal:: | DecomposePairstd::declval< F >(), std::declval< Args >()... | ) | [static] |
static void absl::container_internal::NodeHashMapPolicy< Key, Value >::delete_element | ( | Allocator * | alloc, |
value_type * | pair | ||
) | [inline, static] |
Definition at line 546 of file node_hash_map.h.
static value_type* absl::container_internal::NodeHashMapPolicy< Key, Value >::new_element | ( | Allocator * | alloc, |
Args &&... | args | ||
) | [inline, static] |
Definition at line 534 of file node_hash_map.h.