Home
last modified time | relevance | path

Searched refs:BidirectionalRangeConcept (Results 1 – 4 of 4) 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.hpp53 BidirectionalRangeConcept<BidirectionalRange>)); in operator |()
63 BidirectionalRangeConcept<const BidirectionalRange>)); in operator |()
85 BidirectionalRangeConcept<BidirectionalRange>)); in reverse()
95 BidirectionalRangeConcept<const BidirectionalRange>)); in reverse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Dconcepts.hpp350 struct BidirectionalRangeConcept : ForwardRangeConcept<T> struct
353 …nge_detail::BidirectionalIteratorConcept<BOOST_DEDUCED_TYPENAME BidirectionalRangeConcept::iterato…
354 …nge_detail::BidirectionalIteratorConcept<BOOST_DEDUCED_TYPENAME BidirectionalRangeConcept::const_i…
361 : BidirectionalRangeConcept<T>
368 struct RandomAccessRangeConcept : BidirectionalRangeConcept<T>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/algorithm/
H A Dreverse.hpp32 BOOST_RANGE_CONCEPT_ASSERT(( BidirectionalRangeConcept<BidirectionalRange> )); in reverse()
41 BOOST_RANGE_CONCEPT_ASSERT(( BidirectionalRangeConcept<const BidirectionalRange> )); in reverse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Drange.hpp146 BOOST_RANGE_CONCEPT_ASSERT(( boost::BidirectionalRangeConcept<BidirectionalRange const> )); in back()
159 BOOST_RANGE_CONCEPT_ASSERT((boost::BidirectionalRangeConcept<BidirectionalRange>)); in back()