This template variable represents the result value of the bsl::is_copy_constructible meta-function.
Declared in <bslmf_iscopyconstructible.h>
template<class t_TYPE>
inline constexpr bool is_copy_constructible_v = is_copy_constructible<t_TYPE>::value;