Searched refs:is_nothrow_default_constructible_v (Results 1 – 2 of 2) sorted by relevance
54 constexpr bool is_nothrow_default_constructible_v = __is_nothrow_constructible(T); variable