Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

boost::operator== :: Boost.DynamicBitset

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