Home
last modified time | relevance | path

Searched refs:_UseOuterItCache (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Djoin_with_view.h68 static constexpr bool _UseOuterItCache = !forward_range<_View>; variable
70 _If<_UseOuterItCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;