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
Name |
Description |
Metafunction representing the boolean constant |
Created with MrDocs