BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlc::HashTable_ImpUtil Struct Reference

#include <bdlc_hashtable.h>

Detailed Description

Component-private struct. Do not use. Implementation helper functions for this component.

See bdlc_hashtable

Static Public Member Functions

static unsigned int hashSize (bsls::Types::Int64 hint)
 

Static Public Attributes

static const unsigned int * PRIME_NUMBERS
 
static const int NUM_PRIME_NUMBERS
 

Member Function Documentation

◆ hashSize()

static unsigned int bdlc::HashTable_ImpUtil::hashSize ( bsls::Types::Int64  hint)
static

Return the hash size based on the specified hint.

Member Data Documentation

◆ NUM_PRIME_NUMBERS

const int bdlc::HashTable_ImpUtil::NUM_PRIME_NUMBERS
static

◆ PRIME_NUMBERS

const unsigned int* bdlc::HashTable_ImpUtil::PRIME_NUMBERS
static

The documentation for this struct was generated from the following file: