Converts this int128 to a signed __int128.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
explicit
operator __int128() const;

Return Value

This value as a signed __int128.

Created with MrDocs