Trait metafunction that determines whether the specified parameter t_TYPE is bitwise moveable by stripping off the const and volatile qualifiers and forwarding to the base‐case of IsBitwiseMoveable.

Synopsis

Declared in <bslmf_isbitwisemoveable.h>

template<class t_TYPE>
struct IsBitwiseMoveable<t_TYPE const volatile>
    : IsBitwiseMoveable<t_TYPE>::type

Base Classes

Name

Description

IsBitwiseMoveable<t_TYPE>::type

Created with MrDocs