Return the value of the bit position at the specified pos.

Synopsis

Declared in <bslstl_bitset.h>

constexpr
bool
operator[](std::size_t pos) const;

Return Value

value of the bit at pos

Parameters

Name

Description

pos

index of the bit to read

Created with MrDocs