[#absl-uint128-2conversion-041] = xref:absl.adoc[absl]::xref:absl/uint128.adoc[uint128]::operator unsigned long long :relfileprefix: ../../ :mrdocs: Converts this `uint128` to an `unsigned long long`, keeping the low bits. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit operator unsigned long long() const; ---- == Return Value The low‐order bits of this value as an `unsigned long long`. [.small]#Created with https://www.mrdocs.com[MrDocs]#