[#absl-operator_lshift-024] = xref:absl.adoc[absl]::operator<< :relfileprefix: ../ :mrdocs: Shifts `lhs` left by the given number of bits. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/uint128.adoc[uint128] operator<<( xref:absl/uint128.adoc[uint128] lhs, int amount); ---- == Return Value The shifted value. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The value to shift. | *amount* | The number of bit positions to shift. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#