Synopsis

Declared in header </type_traits#L1107[type_traits,window=blank_]>

template<
    typename _Tp,
    typename... _Args>
using __is_nothrow_constructible_impl = __bool_constant<__is_nothrow_constructible(_Tp, _Args...)>;