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