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