Searched refs:_UseCache (Results 1 – 4 of 4) sorted by relevance
76 if constexpr (_UseCache) { in begin()92 static constexpr bool _UseCache = forward_range<_View>; variable93 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
49 static constexpr bool _UseCache = !random_access_range<_View> && !common_range<_View>; variable50 …using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empt…70 if constexpr (_UseCache) in begin()75 if constexpr (_UseCache) in begin()
63 static constexpr bool _UseCache = forward_range<_View>; variable64 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…92 if constexpr (_UseCache) { in begin()
66 …static constexpr bool _UseCache = forward_range<_View> && !(random_access_range<_View> && sized_ra… variable67 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…97 if constexpr (_UseCache) in begin()102 if constexpr (_UseCache) in begin()