These partial specializations ensures that array-of-unknown-bound types have the same result as their element type.
Declared in <bslmf_isbitwisecopyable.h>
template<class t_TYPE>
struct IsBitwiseCopyable<t_TYPE const volatile[]>
: IsBitwiseCopyable<t_TYPE>::type
| Name | Description |
|---|---|
IsBitwiseCopyable<t_TYPE>::type |