[#bsl-bitset-reference-flip] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::xref:bsl/bitset/reference.adoc[reference]::flip :relfileprefix: ../../../ :mrdocs: Invert the value of the bit referenced by this object and return a reference offering modifiable access to this object. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/bitset/reference.adoc[bitset<N>::reference]& flip() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#