Searched refs:forward_range1 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | partition.hpp | 714 static inline bool apply(ForwardRange1 const& forward_range1, in apply() argument 720 return apply(forward_range1, forward_range2, visitor, in apply() 735 static inline bool apply(ForwardRange1 const& forward_range1, in apply() argument 743 return apply(forward_range1, forward_range2, visitor, in apply() 758 static inline bool apply(ForwardRange1 const& forward_range1, in apply() argument 767 return apply(forward_range1, forward_range2, visitor, in apply() 783 static inline bool apply(ForwardRange1 const& forward_range1, in apply() argument 803 if (std::size_t(boost::size(forward_range1)) > min_elements in apply() 810 expand_to_range<IncludePolicy1>(forward_range1, total, in apply() 825 for(iterator_type1 it1 = boost::begin(forward_range1); in apply() [all …]
|