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