BloombergLP::bslmf::IsBitwiseMoveable<void>

Traits metafunction explicit specialization to indicate that the type void is not bitwise movable. Note that this specialization is used as a simpler option than making the compile-time logic of the IsBitwiseMoveable_Imp template robust for void types.

Synopsis

Declared in <bslmf_isbitwisemoveable.h>

template<>
struct IsBitwiseMoveable<void>
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.