Public Member Functions | Private Member Functions | Private Attributes | Friends
absl::container_internal::raw_hash_set< Policy, Hash, Eq, Alloc >::constructor Class Reference

#include <raw_hash_set.h>

List of all members.

Public Member Functions

template<class... Args>
void operator() (Args &&...args) const

Private Member Functions

 constructor (allocator_type *a, slot_type **slot)

Private Attributes

allocator_type * alloc_
slot_type ** slot_

Friends

class raw_hash_set

Detailed Description

template<class Policy, class Hash, class Eq, class Alloc>
class absl::container_internal::raw_hash_set< Policy, Hash, Eq, Alloc >::constructor

Definition at line 1089 of file raw_hash_set.h.


Constructor & Destructor Documentation

template<class Policy, class Hash, class Eq, class Alloc>
absl::container_internal::raw_hash_set< Policy, Hash, Eq, Alloc >::constructor::constructor ( allocator_type *  a,
slot_type **  slot 
) [inline, private]

Definition at line 1101 of file raw_hash_set.h.


Member Function Documentation

template<class Policy, class Hash, class Eq, class Alloc>
template<class... Args>
void absl::container_internal::raw_hash_set< Policy, Hash, Eq, Alloc >::constructor::operator() ( Args &&...  args) const [inline]

Definition at line 1094 of file raw_hash_set.h.


Friends And Related Function Documentation

template<class Policy, class Hash, class Eq, class Alloc>
friend class raw_hash_set [friend]

Definition at line 1090 of file raw_hash_set.h.


Member Data Documentation

template<class Policy, class Hash, class Eq, class Alloc>
allocator_type* absl::container_internal::raw_hash_set< Policy, Hash, Eq, Alloc >::constructor::alloc_ [private]

Definition at line 1103 of file raw_hash_set.h.

template<class Policy, class Hash, class Eq, class Alloc>
slot_type** absl::container_internal::raw_hash_set< Policy, Hash, Eq, Alloc >::constructor::slot_ [private]

Definition at line 1104 of file raw_hash_set.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