absl::uint128::operator=

Assigns an unsigned long long value to this uint128.

Synopsis

Declared in <absl/numeric/int128.h>

uint128&
operator=(unsigned long long v);

Return Value

A reference to this uint128.

Parameters

NameDescription
vThe value to assign.