Searched refs:_UseCache (Results 1 – 5 of 5) sorted by relevance
76 if constexpr (_UseCache) { in begin() 92 static constexpr bool _UseCache = forward_range<_View>;93 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;88 static constexpr bool _UseCache = forward_range<_View>; global() variable
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>;64 using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;92 if constexpr (_UseCache) { in begin() 60 static constexpr bool _UseCache = forward_range<_View>; global() variable
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()