boost::operator==

Equality operator

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

bool
operator==(
    dynamic_bitset<B, A> const& a,
    dynamic_bitset<B, A> const& b);

Return Value

true if the objects are equal, false otherwise

Parameters

Name Description

a

The left operand

b

The right operand

Created with MrDocs