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