[#BloombergLP-bdlc-BitArray-operator_lshift_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/BitArray.adoc[BitArray]::operator<<= :relfileprefix: ../../../ :mrdocs: Shift the bits in this array LEFT by the specified `numBits`, filling lower‐order bits with zeros (retaining the results), and return a non‐`const` reference to this object. The behavior is undefined unless `numBits <= length()`. Note that the length of this array is unchanged and the highest‐order `numBits` are discarded. == Synopsis Declared in `<bdlc_bitarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/BitArray.adoc[BitArray]& operator<<=(std::size_t numBits); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#