BloombergLP::bslmf::IsBitwiseMoveable<t_TYPE volatile>

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

Synopsis

Declared in <bslmf_isbitwisemoveable.h>

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

Base Classes

NameDescription
IsBitwiseMoveable<t_TYPE>::type