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.
template<
typename Block,
typename AllocatorOrContainer>
dynamic_bitset<Block, AllocatorOrContainer>
operator‐(
dynamic_bitset<Block, AllocatorOrContainer> const& a,
dynamic_bitset<Block, AllocatorOrContainer> const& b);
Preconditions
-
a.size() == b.size().
Created with MrDocs