Searched defs:is_default_constructible (Results 1 – 5 of 5) sorted by relevance
21 using is_default_constructible = std::is_constructible<T>; variable
202 struct is_default_constructible : std::is_default_constructible<T> {}; struct205 struct is_default_constructible<std::pair<T1, T2>> struct209 struct is_default_constructible<const std::pair<T1, T2>> struct213 struct is_default_constructible<std::tuple<Ts...>> struct217 struct is_default_constructible<const std::tuple<Ts...>> struct
3503 struct is_default_constructible : std::is_default_constructible<T> {}; struct3506 struct is_default_constructible<std::pair<T1, T2>> struct3510 struct is_default_constructible<const std::pair<T1, T2>> struct3514 struct is_default_constructible<std::tuple<Ts...>> struct3518 struct is_default_constructible<const std::tuple<Ts...>> struct
3598 struct is_default_constructible : std::is_default_constructible<T> {}; struct3601 struct is_default_constructible<std::pair<T1, T2>> struct3605 struct is_default_constructible<const std::pair<T1, T2>> struct3609 struct is_default_constructible<std::tuple<Ts...>> struct3613 struct is_default_constructible<const std::tuple<Ts...>> struct
3702 struct is_default_constructible struct