BloombergLP::bslmf::IsBitwiseMoveable<t_TYPE const>

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.

Synopsis

Declared in <bslmf_isbitwisemoveable.h>

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

Base Classes

NameDescription
IsBitwiseMoveable<t_TYPE>::type