Static Public Member Functions
absl::container_internal::NodeHashSetPolicy< T > Struct Template Reference

#include <node_hash_set.h>

Inheritance diagram for absl::container_internal::NodeHashSetPolicy< T >:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

template<class T>
struct absl::container_internal::NodeHashSetPolicy< T >

Definition at line 440 of file node_hash_set.h.


Member Function Documentation

template<class T >
template<class F , class... Args>
static absl::container_internal::NodeHashSetPolicy< T >::decltype ( absl::container_internal::  DecomposeValuestd::declval< F >(), std::declval< Args >()...) [static]
template<class T >
template<class Allocator >
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.

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


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


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