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