Public Types | Static Public Member Functions | List of all members
absl::container_internal::FlatHashSetPolicy< T > Struct Template Reference

#include <flat_hash_set.h>

Public Types

using constant_iterators = std::true_type
 
using constant_iterators = std::true_type
 
using init_type = T
 
using init_type = T
 
using key_type = T
 
using key_type = T
 
using slot_type = T
 
using slot_type = T
 

Static Public Member Functions

template<class Allocator , class... Args>
static void construct (Allocator *alloc, slot_type *slot, Args &&... args)
 
template<class Allocator , class... Args>
static void construct (Allocator *alloc, slot_type *slot, Args &&... args)
 
template<class Allocator >
static void destroy (Allocator *alloc, slot_type *slot)
 
template<class Allocator >
static void destroy (Allocator *alloc, slot_type *slot)
 
static Telement (slot_type *slot)
 
static Telement (slot_type *slot)
 
static size_t space_used (const T *)
 
static size_t space_used (const T *)
 
template<class Allocator >
static void transfer (Allocator *alloc, slot_type *new_slot, slot_type *old_slot)
 
template<class Allocator >
static void transfer (Allocator *alloc, slot_type *new_slot, slot_type *old_slot)
 

Detailed Description

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

Definition at line 46 of file abseil-cpp/absl/container/flat_hash_set.h.

Member Typedef Documentation

◆ constant_iterators [1/2]

template<class T >
using absl::container_internal::FlatHashSetPolicy< T >::constant_iterators = std::true_type

◆ constant_iterators [2/2]

template<class T >
using absl::container_internal::FlatHashSetPolicy< T >::constant_iterators = std::true_type

Definition at line 464 of file abseil-cpp/absl/container/flat_hash_set.h.

◆ init_type [1/2]

template<class T >
using absl::container_internal::FlatHashSetPolicy< T >::init_type = T

◆ init_type [2/2]

template<class T >
using absl::container_internal::FlatHashSetPolicy< T >::init_type = T

Definition at line 463 of file abseil-cpp/absl/container/flat_hash_set.h.

◆ key_type [1/2]

template<class T >
using absl::container_internal::FlatHashSetPolicy< T >::key_type = T

◆ key_type [2/2]

template<class T >
using absl::container_internal::FlatHashSetPolicy< T >::key_type = T

Definition at line 462 of file abseil-cpp/absl/container/flat_hash_set.h.

◆ slot_type [1/2]

template<class T >
using absl::container_internal::FlatHashSetPolicy< T >::slot_type = T

◆ slot_type [2/2]

template<class T >
using absl::container_internal::FlatHashSetPolicy< T >::slot_type = T

Definition at line 461 of file abseil-cpp/absl/container/flat_hash_set.h.

Member Function Documentation

◆ construct() [1/2]

template<class T >
template<class Allocator , class... Args>
static void absl::container_internal::FlatHashSetPolicy< T >::construct ( Allocator *  alloc,
slot_type slot,
Args &&...  args 
)
inlinestatic

◆ construct() [2/2]

template<class T >
template<class Allocator , class... Args>
static void absl::container_internal::FlatHashSetPolicy< T >::construct ( Allocator *  alloc,
slot_type slot,
Args &&...  args 
)
inlinestatic

Definition at line 467 of file abseil-cpp/absl/container/flat_hash_set.h.

◆ destroy() [1/2]

template<class T >
template<class Allocator >
static void absl::container_internal::FlatHashSetPolicy< T >::destroy ( Allocator *  alloc,
slot_type slot 
)
inlinestatic

◆ destroy() [2/2]

template<class T >
template<class Allocator >
static void absl::container_internal::FlatHashSetPolicy< T >::destroy ( Allocator *  alloc,
slot_type slot 
)
inlinestatic

Definition at line 473 of file abseil-cpp/absl/container/flat_hash_set.h.

◆ element() [1/2]

template<class T >
static T& absl::container_internal::FlatHashSetPolicy< T >::element ( slot_type slot)
inlinestatic

◆ element() [2/2]

template<class T >
static T& absl::container_internal::FlatHashSetPolicy< T >::element ( slot_type slot)
inlinestatic

Definition at line 484 of file abseil-cpp/absl/container/flat_hash_set.h.

◆ space_used() [1/2]

template<class T >
static size_t absl::container_internal::FlatHashSetPolicy< T >::space_used ( const T )
inlinestatic

◆ space_used() [2/2]

template<class T >
static size_t absl::container_internal::FlatHashSetPolicy< T >::space_used ( const T )
inlinestatic

Definition at line 494 of file abseil-cpp/absl/container/flat_hash_set.h.

◆ transfer() [1/2]

template<class T >
template<class Allocator >
static void absl::container_internal::FlatHashSetPolicy< T >::transfer ( Allocator *  alloc,
slot_type new_slot,
slot_type old_slot 
)
inlinestatic

◆ transfer() [2/2]

template<class T >
template<class Allocator >
static void absl::container_internal::FlatHashSetPolicy< T >::transfer ( Allocator *  alloc,
slot_type new_slot,
slot_type old_slot 
)
inlinestatic

Definition at line 478 of file abseil-cpp/absl/container/flat_hash_set.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:31