Converts this uint128 to an unsigned __int128.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
explicit
operator unsigned __int128() const;

Return Value

This value as an unsigned __int128.

Created with MrDocs