BDE 4.14.0 Production release
|
Provide inquiries to a flat hash table group of control values.
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.
There is no usage example for this component since it is not meant for direct client use.