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