Return a bit mask of the k_SIZE entries that have the specified value. The bit at index i corresponds to the result for data[i]. The behavior is undefined unless 0 == (0x80 & value).
Synopsis
Declared in <bdlc_flathashtable_groupcontrol.h>
uint32_t
match(uint8_t value) const;
Created with MrDocs