:relfileprefix: ../ [#673531113644A9B008EA45611F7C206CCA28ECFE] = Class is_nothrow_copy_constructible == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- struct is_nothrow_copy_constructible : xref:std/__is_nothrow_constructible_impl.adoc[__is_nothrow_constructible_impl]<_Tp, __add_lval_ref_t>; ----