This partial specialization ensures that volatile-qualified array-of-unknown-bound types have the same result as their element type.
Declared in <bslmf_istriviallycopyable.h>
template<class t_TYPE>
struct is_trivially_copyable<t_TYPE volatile[]>
: is_trivially_copyable<t_TYPE>::type
| Name | Description |
|---|---|
is_trivially_copyable<t_TYPE>::type |