Searched defs:is_constructible_tuple (Results 1 – 2 of 2) sorted by relevance
3978 struct is_constructible_tuple : std::false_type {}; struct3981 struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<is_constructible<T1, Args>...>… struct
3768 struct is_constructible_tuple : std::false_type {}; struct3771 struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<is_constructible<T1, Args>...>… struct