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