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

Partial ordering which is induced by Compare


PrevUpHomeNext