[#absl-uint128-operator_assign-04] = xref:absl.adoc[absl]::xref:absl/uint128.adoc[uint128]::operator= :relfileprefix: ../../ :mrdocs: Assigns an `unsigned int` value to this `uint128`. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/uint128.adoc[uint128]& operator=(unsigned int v); ---- == Return Value A reference to this `uint128`. == Parameters [cols="1,4"] |=== | Name| Description | *v* | The value to assign. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#