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