Return an Uint128 object having the value of a the bitwise xor between the specified lhs and the specified rhs value.

Synopsis

Declared in <bdldfp_uint128.h>

bdldfp::Uint128
operatorˆ(
    Uint128 lhs,
    Uint128 const& rhs);

Return Value

an Uint128 object having the bitwise xor of lhs and rhs

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs