Static Public Member Functions
absl::container_internal::NodeHashMapPolicy< Key, Value > Class Template Reference

#include <node_hash_map.h>

Inheritance diagram for absl::container_internal::NodeHashMapPolicy< Key, Value >:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

template<class Key, class Value>
class absl::container_internal::NodeHashMapPolicy< Key, Value >

Definition at line 523 of file node_hash_map.h.


Member Function Documentation

template<class Key , class Value >
template<class F , class... Args>
static absl::container_internal::NodeHashMapPolicy< Key, Value >::decltype ( absl::container_internal::  DecomposePairstd::declval< F >(), std::declval< Args >()...) [static]
template<class Key , class Value >
template<class Allocator >
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.

template<class Key , class Value >
template<class Allocator , class... Args>
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.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:16