absl::int128::operator=

Assigns an unsigned int value to this int128.

Synopsis

Declared in <absl/numeric/int128.h>

int128&
operator=(unsigned int v);

Return Value

A reference to this int128.

Parameters

NameDescription
vThe value to assign.