Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator^=

boost::itl::operator^=

Synopsis

template<typename DomainT , ITL_COMPARE Compare, ITL_ALLOC Alloc> 
  itl::set< DomainT, Compare, Alloc > & 
  operator^=(itl::set< DomainT, Compare, Alloc > & object, 
             const itl::set< DomainT, Compare, Alloc > & operand);

Description

Intersect set object with operand. So object becomes the intersection of object and operand


PrevUpHomeNext