Return an Uint128 value equal to the bitwise ones compliment of the specified value.

Synopsis

Declared in <bdldfp_uint128.h>

bdldfp::Uint128
operator~(Uint128 value);

Return Value

an Uint128 value equal to the bitwise ones complement of value

Parameters

Name

Description

value

value to complement

Created with MrDocs