Quick Links:

bal | bbl | bdl | bsl

Namespaces

Component bdlc_flathashtable_groupcontrol
[Package bdlc]

Provide inquiries to a flat hash table group of control values. More...

Namespaces

namespace  bdlc

Detailed Description

Outline
Purpose:
Provide inquiries to a flat hash table group of control values.
Classes:
bdlc::FlatHashTable_GroupControl flat hash table group control inquiries
Description:
This component implements the class, bdlc::FlatHashTable_GroupControl, that provides query methods to a group of flat hash table control values. Note that the number of entries in a group control and the inquiry performance is platform dependant.
The flat hash map/set/table data structures are inspired by Google's flat_hash_map CppCon presentations (available on youtube). The implementations draw from Google's open source raw_hash_set.h file at: https://github.com/abseil/abseil-cpp/blob/master/absl/container/internal.
Usage:
There is no usage example for this component since it is not meant for direct client use.