Searched refs:borrowed_range (Results 1 – 6 of 6) sorted by relevance
276 requires borrowed_range<_Rng> in _GLIBCXX_VISIBILITY()287 requires borrowed_range<_Rng> in _GLIBCXX_VISIBILITY()297 template<borrowed_range _Rng> in _GLIBCXX_VISIBILITY()390 template<borrowed_range _Rng> in _GLIBCXX_VISIBILITY()397 template<borrowed_range _Rng> in _GLIBCXX_VISIBILITY()429 using borrowed_subrange_t = __conditional_t<borrowed_range<_Range>, in _GLIBCXX_VISIBILITY()
591 concept borrowed_range in _GLIBCXX_VISIBILITY() local952 using borrowed_iterator_t = __conditional_t<borrowed_range<_Range>, in _GLIBCXX_VISIBILITY()
208 && (ranges::borrowed_range<_Range> || is_const_v<element_type>)445 // Opt-in to borrowed_range concept
252 requires ranges::borrowed_range<_Ros>291 requires ranges::borrowed_range<_Ros>
798 // Opt-in to borrowed_range concept
7561 (ranges::data): Require lvalue or borrowed_range.7701 (safe_range): Rename to borrowed_range.