bsl::is_trivially_copyable<t_TYPE const volatile[]>

This partial specialization ensures that const-volatile-qualified array-of-unknown-bound types have the same result as their element type.

Synopsis

Declared in <bslmf_istriviallycopyable.h>

template<class t_TYPE>
struct is_trivially_copyable<t_TYPE const volatile[]>
    : is_trivially_copyable<t_TYPE>::type

Base Classes

NameDescription
is_trivially_copyable<t_TYPE>::type