Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template is_element_equal

boost::itl::is_element_equal

Synopsis

template<typename DomainT , ITL_COMPARE Compare, ITL_ALLOC Alloc> 
  bool is_element_equal(const itl::set< DomainT, Compare, Alloc > & lhs, 
                        const itl::set< DomainT, Compare, Alloc > & rhs);

Description

Element equality. Two sets are equal if they contain the same elements


PrevUpHomeNext