cbase 1.50.0
C/C++ Static Template
Loading...
Searching...
No Matches
BaseMap Struct Reference
Collaboration diagram for BaseMap:

Public Attributes

BaseMapNode ** buckets
usize bucket_count

Detailed Description

Definition at line 101 of file base_map.h.

Member Data Documentation

◆ bucket_count

usize BaseMap::bucket_count

Number of buckets. Must be a power of 2.

Definition at line 103 of file base_map.h.

◆ buckets

BaseMapNode** BaseMap::buckets

Pointer to the allocated bucket array.

Definition at line 102 of file base_map.h.


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