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

Partial ordering which is induced by Compare


PrevUpHomeNext