[#BloombergLP-bsltf-BitwiseMoveableTestType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::BitwiseMoveableTestType :relfileprefix: ../../ :mrdocs: Bitwise‐moveable unconstrained value‐semantic test type. == Synopsis Declared in `<bsltf_bitwisemoveabletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class BitwiseMoveableTestType; ---- == Description This unconstrained (value‐semantic) attribute class defines the `bslmf::IsBitwiseMoveable` and does not allocate memory. See the section for information on the class attributes. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/BitwiseMoveableTestType/2constructor-08.adoc[`BitwiseMoveableTestType`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bsltf/BitwiseMoveableTestType/2destructor.adoc[`~BitwiseMoveableTestType`] [.small]#[destructor]# | Destroy this object. | xref:BloombergLP/bsltf/BitwiseMoveableTestType/data.adoc[`data`] | Return the value of the `data` attribute of this object. | xref:BloombergLP/bsltf/BitwiseMoveableTestType/setData.adoc[`setData`] | Set the `data` attribute of this object to the specified `value`. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/debugprint-0ec.adoc[`debugprint`] | Same as the preceding overload for this test type. | xref:BloombergLP/bsltf/operator_not_eq-0d.adoc[`operator!=`] | Return whether two objects do not have the same value. | xref:BloombergLP/bsltf/operator_eq-0b2.adoc[`operator==`] | Return whether two objects have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#