Searched defs:is_trivially_constructible (Results 1 – 9 of 9) sorted by relevance
16 struct is_trivially_constructible { struct17 static const bool value = __is_trivially_constructible(T, Args...); argument
19 struct is_trivially_constructible struct
22 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
2055 struct is_trivially_constructible { struct2056 static const bool value = __is_trivially_constructible(T, Args...); argument