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