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

Strict weak less ordering which is given by the Compare order


PrevUpHomeNext