BloombergLP::bslmf::IsBitwiseCopyable<t_TYPE const volatile[]>

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

NameDescription
IsBitwiseCopyable<t_TYPE>::type