Bitwise AND‐assign this object with the specified rhs.

Synopsis

Declared in <bdldfp_uint128.h>

Uint128&
operator&=(Uint128 const& rhs);

Description

Set the value of this object to the value of a the bitwise and between this 128 bit integer and the specified rhs value, and return a reference providing mofifiable access to this object.

Return Value

a reference providing modifiable access to this object

Parameters

Name

Description

rhs

right‐hand operand

Created with MrDocs