This header file is part of module ALib Containers of the ALib C++ Library.
© 2013-2024 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_API void * | DUMMY_BUCKET |
A dummy bucket used for nulled hash tables to avoid otherwise necessary checks. | |
ALIB_API const uinteger | 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. | |