Assigns a signed __int128 value to this int128.

Synopsis

Declared in <absl/numeric/int128.h>

int128&
operator=(__int128 v);

Return Value

A reference to this int128.

Parameters

Name

Description

v

The value to assign.

Created with MrDocs