This header-file is part of module ALib Containers of the ALib C++ Library.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file hashtablebase.inl.
Go to the source code of this file.
Namespaces | |
namespace | alib |
namespace | alib::containers |
namespace | alib::containers::detail |
Detail namespace of module ALib Containers. | |
Variables | |
ALIB_DLL void * | alib::containers::detail::DUMMY_BUCKET |
A dummy bucket used for nulled hash tables to avoid otherwise necessary checks. | |
ALIB_DLL const uinteger | alib::containers::detail::PRIME_NUMBERS [PRIME_TABLE_SIZE] |
static constexpr int | PRIME_TABLE_SIZE = 58 |
The size of the static table of prime numbers. Depends on the platform. | |
|
staticconstexpr |
The size of the static table of prime numbers. Depends on the platform.
Definition at line 13 of file hashtablebase.inl.