Home
last modified time | relevance | path

Searched refs:random_access_range (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h117 template<random_access_range _View>
239 requires random_access_range<_Base>
247 requires random_access_range<_Base>
256 requires random_access_range<_Base>
270 requires random_access_range<_Base>
277 requires random_access_range<_Base>
284 requires random_access_range<_Base>
291 requires random_access_range<_Base>
306 requires random_access_range<_Base>
313 requires random_access_range<_Base>
[all …]
H A Dcommon_view.h57 if constexpr (random_access_range<_View> && sized_range<_View>) in begin()
65 if constexpr (random_access_range<const _View> && sized_range<const _View>) in begin()
73 if constexpr (random_access_range<_View> && sized_range<_View>) in end()
81 if constexpr (random_access_range<const _View> && sized_range<const _View>) in end()
H A Ddrop_view.h48 …static constexpr bool _UseCache = forward_range<_View> && !(random_access_range<_View> && sized_ra…
71 random_access_range<const _View> && sized_range<const _View>)) in begin()
85 requires random_access_range<const _View> && sized_range<const _View> in begin()
H A Dconcepts.h108 concept random_access_range = variable
113 random_access_range<_Tp> &&
H A Dview_interface.h173 template<random_access_range _RARange = _Derived>
181 template<random_access_range _RARange = const _Derived>
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dranges83 concept random_access_range = see below;