Searched defs:_UseCache (Results 1 – 4 of 4) sorted by relevance
88 static constexpr bool _UseCache = forward_range<_View>; global() variable
60 static constexpr bool _UseCache = forward_range<_View>; global() variable
49 static constexpr bool _UseCache = !random_access_range<_View> && !common_range<_View>; variable
66 …static constexpr bool _UseCache = forward_range<_View> && !(random_access_range<_View> && sized_ra… variable