Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator==

boost::itl::operator==

Synopsis

template<class DomainT , class CodomainT , class Traits , ITL_COMPARE Compare, 
         ITL_COMBINE Combine, ITL_SECTION Section, ITL_ALLOC Alloc> 
  bool operator==(const itl::map< DomainT, CodomainT, Traits, Compare, Combine, Section, Alloc > & lhs, 
                  const itl::map< DomainT, CodomainT, Traits, Compare, Combine, Section, Alloc > & rhs);

Description

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


PrevUpHomeNext