Return the value of the bit at the specified index in this array. The behavior is undefined unless index < length().
Synopsis
Declared in <bdlc_bitarray.h>
bool
operator[](std::size_t index) const;
Return Value
value of the bit at index
Parameters
Name |
Description |
index |
bit position to read |
Created with MrDocs