Constructs an int128 from a signed long value.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
int128(long v);

Parameters

Name

Description

v

The value to convert.

Created with MrDocs