Return a bit mask of the k_SIZE entries that have the specified value.
Synopsis
Declared in <bdlc_flathashtable_groupcontrol.h>
uint32_t
match(uint8_t value) const;
Description
The bit at index i corresponds to the result for data[i]. The behavior is undefined unless 0 == (0x80 & value).
Return Value
bit mask of entries matching value
Parameters
Name |
Description |
value |
control‐byte value to match (MSB must be clear) |
Created with MrDocs