BloombergLP::bslmf::IsBitwiseMoveable<void>

This explicit specialization reports that void is not bitwise moveable.

Synopsis

Declared in <bslmf_isbitwisemoveable.h>

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

Description

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.

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.