[#bsl-bitset-operator_lshift] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::operator<< :relfileprefix: ../../ :mrdocs: Return a bitset constructed from shifting this bitset left by the specified `pos`. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/bitset.adoc[bitset<N>] operator<<(std::size_t pos) const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#