Searched defs:ls_less (Results 1 – 1 of 1) sorted by relevance
34 struct ls_less struct36 typedef typename boost::range_iterator<Linestring1 const>::type Iterator1;37 typedef typename boost::range_iterator<Linestring2 const>::type Iterator2;39 typedef bg::less<typename bg::point_type<Linestring1>::type> point_less;41 bool operator()(Linestring1 const& linestring1, in operator ()()