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