[#BloombergLP-bslmf-IsBitwiseMoveable-0cb] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/IsBitwiseMoveable-0fb.adoc[IsBitwiseMoveable]<void> :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:BloombergLP/bslmf/IsBitwiseMoveable-0fb.adoc[IsBitwiseMoveable]<void> : xref:bsl/false_type.adoc[bsl::false_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/false_type.adoc[bsl::false_type]` | Metafunction representing the boolean constant `false`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#