proxygen
folly::F14VectorSet< Key, Hasher, KeyEqual, Alloc > Class Template Reference

#include <F14Set-fwd.h>

Inheritance diagram for folly::F14VectorSet< Key, Hasher, KeyEqual, Alloc >:
folly::f14::detail::F14BasicSet< Key, Hasher, KeyEqual, Alloc >

Public Member Functions

 F14VectorSet ()=default
 
F14VectorSetoperator= (std::initializer_list< value_type > ilist)
 
- Public Member Functions inherited from folly::f14::detail::F14BasicSet< Key, Hasher, KeyEqual, Alloc >
 F14BasicSet ()=default
 
std::size_t getAllocatedMemorySize () const
 
void visitAllocationClasses (V &&visitor) const
 
void visitContiguousRanges (V &&visitor) const
 

Private Types

using Super = f14::detail::F14BasicSet< Key, Hasher, KeyEqual, Alloc >
 

Detailed Description

template<typename Key, typename Hasher, typename KeyEqual, typename Alloc>
class folly::F14VectorSet< Key, Hasher, KeyEqual, Alloc >

Definition at line 41 of file F14Set-fwd.h.

Member Typedef Documentation

template<typename Key, typename Hasher, typename KeyEqual, typename Alloc>
using folly::F14VectorSet< Key, Hasher, KeyEqual, Alloc >::Super = f14::detail::F14BasicSet<Key, Hasher, KeyEqual, Alloc>
private

Definition at line 132 of file F14Set.h.

Constructor & Destructor Documentation

template<typename Key, typename Hasher, typename KeyEqual, typename Alloc>
folly::F14VectorSet< Key, Hasher, KeyEqual, Alloc >::F14VectorSet ( )
default

Member Function Documentation


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