Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHashPrivate::GrowthPolicy Namespace Reference

Functions

constexpr size_t bucketsForCapacity (size_t requestedCapacity) noexcept
 
constexpr size_t bucketForHash (size_t nBuckets, size_t hash) noexcept
 

Function Documentation

◆ bucketForHash()

size_t QHashPrivate::GrowthPolicy::bucketForHash ( size_t nBuckets,
size_t hash )
inlineconstexprnoexcept

Definition at line 439 of file qhash.h.

◆ bucketsForCapacity()

size_t QHashPrivate::GrowthPolicy::bucketsForCapacity ( size_t requestedCapacity)
inlineconstexprnoexcept

Definition at line 419 of file qhash.h.