Searched refs:_UseInnerCache (Results 1 – 2 of 2) sorted by relevance
91 static constexpr bool _UseInnerCache = !is_reference_v<_InnerRange>;93 _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __empty_cache>;
73 static constexpr bool _UseInnerCache = !is_reference_v<_InnerRng>; variable75 _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRng>>, __empty_cache>;