bsl::is_trivially_copyable_v

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

Synopsis

Declared in <bslmf_istriviallycopyable.h>

template<class t_TYPE>
inline constexpr bool is_trivially_copyable_v = is_trivially_copyable<t_TYPE>::value;