Synopsis

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

struct is_nothrow_copy_constructible
    : __is_nothrow_constructible_impl<_Tp, __add_lval_ref_t<const _Tp>>;