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> 
  bool operator==(const itl::set< DomainT, Compare, Alloc > & lhs, 
                  const itl::set< DomainT, Compare, Alloc > & rhs);

Description

Standard equality, which is lexicographical equality of the sets as sequences, that are given by their Compare order.


PrevUpHomeNext