Variable template alias for std::is_nothrow_copy_constructible_v.
std::is_nothrow_copy_constructible_v
Declared in <bsl_type_traits.h>
<bsl_type_traits.h>
template<class TYPE> inline constexpr bool is_nothrow_copy_constructible_v = std::is_nothrow_copy_constructible<TYPE>::value;