Searched refs:is_trivially_constructible_v (Results 1 – 4 of 4) sorted by relevance
29 inline constexpr bool is_trivially_constructible_v = __is_trivially_constructible(_Tp, _Args...); variable
340 template <class T, class... Args> inline constexpr bool is_trivially_constructible_v
1759 SYMBOL(is_trivially_constructible_v, std::, <type_traits>)