Home
last modified time | relevance | path

Searched defs:__is_ranges_subrange_v (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__tuple/
H A Dtuple_like.h27 inline constexpr bool __is_ranges_subrange_v = false; variable
30 inline constexpr bool __is_ranges_subrange_v<ranges::subrange<_Iter, _Sent, _Kind>> = true; variable