Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QHashPrivate::SpanConstants Struct Reference

#include <qhash.h>

+ Collaboration diagram for QHashPrivate::SpanConstants:

Static Public Attributes

static constexpr size_t SpanShift = 7
 
static constexpr size_t NEntries = (1 << SpanShift)
 
static constexpr size_t LocalBucketMask = (NEntries - 1)
 
static constexpr size_t UnusedEntry = 0xff
 

Detailed Description

Definition at line 221 of file qhash.h.

Member Data Documentation

◆ LocalBucketMask

constexpr size_t QHashPrivate::SpanConstants::LocalBucketMask = (NEntries - 1)
staticconstexpr

Definition at line 224 of file qhash.h.

Referenced by QHashPrivate::iterator< Node >::index().

◆ NEntries

◆ SpanShift

◆ UnusedEntry


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