Searched defs:__tuple_like_impl (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__tuple/
H A Dtuple_like.h30 struct __tuple_like_impl : false_type {}; struct in inherits:false_type
33 struct __tuple_like_impl<tuple<_Tp...> > : true_type {}; struct in inherits:true_type
36 struct __tuple_like_impl<pair<_T1, _T2> > : true_type {}; struct in inherits:true_type
39 struct __tuple_like_impl<array<_Tp, _Size> > : true_type {}; struct in inherits:true_type
42 struct __tuple_like_impl<ranges::subrange<_Ip, _Sp, _Kp> > : true_type {}; struct in inherits:true_type

Completed in 62 milliseconds