Create a group control query object using the specified data.

Synopsis

Declared in <bdlc_flathashtable_groupcontrol.h>

explicit
FlatHashTable_GroupControl(uint8_t const* data);

Description

The bytes of data have no alignment requirement. The behavior is undefined unless data has at least k_SIZE bytes available.

Parameters

Name

Description

data

control‐byte group of at least k_SIZE bytes

Created with MrDocs