mirror of
https://github.com/thelsing/knx.git
synced 2025-08-22 13:46:21 +02:00
Correct comment
This commit is contained in:
parent
9d47def140
commit
c63d78dbb1
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
// Provides a simple unordered map which is based on two arrays of the same data type.
|
||||
// Provides a simple unordered map which is based on two arrays of different data types, namely K and V.
|
||||
// One array is used for the keys, the other array is used for the values.
|
||||
// Tracking of free/occupied slots in the arrays is realized by a bitmask of size uint64_t.
|
||||
// As a result the maximum size of the map is 64 entries.
|
||||
|
Loading…
Reference in New Issue
Block a user