:relfileprefix: ../ [#D3F8F39DDCA874772469239E4CF86DB3B3A23BAD] = __is_nothrow_constructible_impl == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- template< typename _Tp, typename... _Args> using __is_nothrow_constructible_impl = __bool_constant<__is_nothrow_constructible(_Tp, _Args...)>; ----