boost::operator‐

Calculates the set difference of two bitsets.

Synopses

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

difference_type
operator‐(
    bit_iterator_base<Iter> const& lhs,
    bit_iterator_base<Iter> const& rhs);

Calculates the set difference of two bitsets.

Return Value

A new bitset which is the set difference of the bitsets a and b.

Preconditions

  • a.size() == b.size().

Created with MrDocs