__is_nothrow_constructible_impl

Synopsis

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

Declared in file <type_traits> at line 1107