|
cbase 1.50.0
C/C++ Static Template
|

Public Attributes | |
| BaseMapNode ** | buckets |
| usize | bucket_count |
Definition at line 101 of file base_map.h.
| usize BaseMap::bucket_count |
Number of buckets. Must be a power of 2.
Definition at line 103 of file base_map.h.
| BaseMapNode** BaseMap::buckets |
Pointer to the allocated bucket array.
Definition at line 102 of file base_map.h.