Home
last modified time | relevance | path

Searched refs:reversed_range (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/adaptor/
H A Dreversed.hpp23 struct reversed_range : struct
41 explicit reversed_range( R& r ) in reversed_range() argument
49 inline reversed_range<BidirectionalRange>
55 return reversed_range<BidirectionalRange>( r ); in operator |()
59 inline reversed_range<const BidirectionalRange>
65 return reversed_range<const BidirectionalRange>( r ); in operator |()
70 using range_detail::reversed_range;
81 inline reversed_range<BidirectionalRange>
87 return reversed_range<BidirectionalRange>(rng); in reverse()
91 inline reversed_range<const BidirectionalRange>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/
H A Dreversible_view.hpp61 typedef boost::reversed_range<Range> type;