BloombergLP::bdldfp::operator~

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

NameDescription
valuevalue to complement