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