Assigns a signed int128 value to this uint128.
int128
uint128
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
uint128& operator=(int128 v);
A reference to this uint128.
Name
Description
v
The value to assign.
Created with MrDocs