This partial specialization ensures that const-volatile-qualified types have the same result as their element type.
Declared in <bslmf_isbitwisemoveable.h>
template<class t_TYPE>
struct IsBitwiseMoveable<t_TYPE const volatile>
: IsBitwiseMoveable<t_TYPE>::type
| Name | Description |
|---|---|
IsBitwiseMoveable<t_TYPE>::type |