Assigns a signed long value to this uint128.

Synopsis

Declared in <absl/numeric/int128.h>

uint128&
operator=(long v);

Return Value

A reference to this uint128.

Parameters

Name

Description

v

The value to assign.

Created with MrDocs