ot::BitSet::Has() const method
Indicates whether a given bit index is contained in the set. The caller MUST ensure that @p aIndex is smaller than `kNumBits`. Otherwise, the behavior of this method is undefined.
Syntax
bool Has(uint16_t aIndex) const; Arguments
aIndex
The bit index to check
Return value
TRUE If the bit index @p aIndex is contained in the set. FALSE If the bit index @p aIndex is not contained in the set.