[#bsl-bitset-operator_subs-07] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::operator[] :relfileprefix: ../../ :mrdocs: Return the value of the bit position at the specified `pos`. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator[](std::size_t pos) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#