Searched refs:__tuple_like_no_subrange_impl (Results 1 – 1 of 1) sorted by relevance
30 inline constexpr bool __tuple_like_no_subrange_impl = false; variable33 inline constexpr bool __tuple_like_no_subrange_impl<tuple<_Tp...>> = true; variable36 inline constexpr bool __tuple_like_no_subrange_impl<pair<_T1, _T2>> = true; variable39 inline constexpr bool __tuple_like_no_subrange_impl<array<_Tp, _Size>> = true; variable44 inline constexpr bool __tuple_like_no_subrange_impl<complex<_Tp>> = true; variable49 concept __tuple_like_no_subrange = __tuple_like_no_subrange_impl<remove_cvref_t<_Tp>>;