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.
Declared in <bslmf_isbitwisemoveable.h>
template<>
struct IsBitwiseMoveable<void>
: bsl::false_type
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |