Declared in <bslmf_isbitwisecopyable.h>
template<class t_TYPE>
struct IsBitwiseCopyable<t_TYPE const volatile>
: IsBitwiseCopyable<t_TYPE>
| Name | Description |
|---|---|
IsBitwiseCopyable<t_TYPE> | This struct template provides a meta-function to determine whether the (template parameter) t_TYPE is bitwise copyable. |