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