Searched defs:is_trivially_constructible (Results 1 – 2 of 2) sorted by relevance
16 struct is_trivially_constructible { struct17 static const bool value = __is_trivially_constructible(T, Args...); argument
1986 struct is_trivially_constructible { struct1987 static const bool value = __is_trivially_constructible(T, Args...); argument