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