[#absl-uint128-2constructor-06c] = xref:absl.adoc[absl]::xref:absl/uint128.adoc[uint128]::uint128 :relfileprefix: ../../ :mrdocs: Constructs a `uint128` from a signed `int128` value. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr uint128(xref:absl/int128.adoc[int128] v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *v* | The value to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#