This partial specialization ensures that const‐volatile‐qualified array types have the same result as their element type.
Synopsis
Declared in <bslmf_isbitwisecopyable.h>
template<
class t_TYPE,
int t_LEN>
struct IsBitwiseCopyable<t_TYPE const volatile[]>
: IsBitwiseCopyable<t_TYPE>
Base Classes
Name |
Description |
This |
Created with MrDocs