bsl::is_copy_constructible_v

This template variable represents the result value of the bsl::is_copy_constructible meta-function.

Synopsis

Declared in <bslmf_iscopyconstructible.h>

template<class t_TYPE>
inline constexpr bool is_copy_constructible_v = is_copy_constructible<t_TYPE>::value;