[#BloombergLP-bsltf-BitwiseMoveableTestType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::BitwiseMoveableTestType :relfileprefix: ../../ :mrdocs: This unconstrained (value‐semantic) attribute class defines the `bslmf::IsBitwiseMoveable` and does not allocate memory. See the section for information on the class attributes. == Synopsis Declared in `<bsltf_bitwisemoveabletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class BitwiseMoveableTestType; ---- == 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 `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `BitwiseMoveableTestType` objects do not have the same value if their `data` attributes are not the same. | xref:BloombergLP/bsltf/operator_eq-0b2.adoc[`operator==`] | Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `BitwiseMoveableTestType` objects have the same if their `data` attributes are the same. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#