[#bsl-operator_bitor] = xref:bsl.adoc[bsl]::operator| :relfileprefix: ../ :mrdocs: Return a `bitset` that results from a bitwise OR of the specified `lhs` and `rhs`. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<std::size_t N> xref:bsl/bitset.adoc[bitset<N>] operator|( xref:bsl/bitset.adoc[bitset<N>] const& lhs, xref:bsl/bitset.adoc[bitset<N>] const& rhs) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#