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

Name

Description

bsl::false_type

Metafunction representing the boolean constant false.

Created with MrDocs