boost::operator==

Equality operator

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

bool
operator==(
    bit_iterator_base<Iter> const& lhs,
    bit_iterator_base<Iter> const& rhs);

Return Value

true if the objects are equal, false otherwise

Parameters

Name Description

lhs

The left operand

rhs

The right operand

Created with MrDocs