[#absl-uint128-2conversion-0e] = xref:absl.adoc[absl]::xref:absl/uint128.adoc[uint128]::operator __int128 :relfileprefix: ../../ :mrdocs: Converts this `uint128` to a signed `__int128`. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit operator __int128() const; ---- == Return Value This value as a signed `__int128`. [.small]#Created with https://www.mrdocs.com[MrDocs]#