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