Return true if rhs has the same bit values as this bitset.

Synopsis

Declared in <bslstl_bitset.h>

bool
operator==(bitset const& rhs) const noexcept;

Description

Return true if the specified rhs has the same value as this bitset and false otherwise. Two bitsets have the same value when the sequence and value of bits they hold are the same.

Return Value

true if the bitsets are equal, and false otherwise

Parameters

Name

Description

rhs

bitset to compare with this object

Created with MrDocs