Trait metafunction that determines whether the specified parameter t_TYPE is bitwise moveable by stripping off the const qualifier and forwarding to the base-case of IsBitwiseMoveable.
Declared in <bslmf_isbitwisemoveable.h>
template<class t_TYPE>
struct IsBitwiseMoveable<t_TYPE const>
: IsBitwiseMoveable<t_TYPE>::type
| Name | Description |
|---|---|
IsBitwiseMoveable<t_TYPE>::type |