BloombergLP::bslmf::IsBitwiseCopyable<t_TYPE volatile>

Synopsis

Declared in <bslmf_isbitwisecopyable.h>

template<class t_TYPE>
struct IsBitwiseCopyable<t_TYPE volatile>
    : IsBitwiseCopyable<t_TYPE>

Base Classes

NameDescription
IsBitwiseCopyable<t_TYPE>This struct template provides a meta-function to determine whether the (template parameter) t_TYPE is bitwise copyable.