Boost C++ Libraries Home Libraries People FAQ More

PrevUpHome

Function template operator==

boost::itl::operator==

Synopsis

template<typename DomainT , ITL_COMPARE Compare, 
         template< class, ITL_COMPARE >class Interval, ITL_ALLOC Alloc> 
  bool operator==(const split_interval_set< DomainT, Compare, Interval, Alloc > & lhs, 
                  const split_interval_set< DomainT, Compare, Interval, Alloc > & rhs);

Description

Equality on discrete interval sets. Discrete interval sets are equal, if their elements are equal and their fragmentation is equal. NOTE: This is not inline with the mathematical view. We have a distinction between 'element equality' and 'lexicographical equality'.


PrevUpHome