Set bits of this bitset where the corresponding bits of rhs are 1.
Set each bit of this bitset for each corresponding bit that is 1 in the specified rhs, and leaves all other bits unchanged. Return a reference to this modifiable bitset. Note that this is equivalent to a bitwise AND.
reference to this modifiable bitset
| Name | Description |
|---|---|
| rhs | bitset providing bits that are OR'd into this object |