Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template intersects

boost::itl::intersects

Synopsis

template<class DomainT , ITL_COMPARE Compare> 
  bool intersects(const itl::interval< DomainT, Compare > & left, 
                  const itl::interval< DomainT, Compare > & right);

Description

Returns true if the intersection of left and right is not empty.


PrevUpHomeNext