Skip to main content

Module defaults

Module defaults 

Source
Expand description

Contains the default, recommended configuration for the abseil hash table.

Structs§

DefaultAbseilConfig
The default configuration for AbseilHashTable.

Type Aliases§

DefaultAbseilHashTable
An alias for AbseilHashTable with DefaultAbseilConfig.
StdAbseilHashTablestd
An alias for DefaultAbseilHashTable with [StdAllocator]. Requires std feature.