[#BloombergLP-bsltf-AllocBitwiseMoveableTestType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::AllocBitwiseMoveableTestType :relfileprefix: ../../ :mrdocs: Allocating, bitwise‐moveable unconstrained value‐semantic test type. == Synopsis Declared in `<bsltf_allocbitwisemoveabletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class AllocBitwiseMoveableTestType; ---- == Description This unconstrained (value‐semantic) attribute class that is bitwise‐moveable, uses a `bslma::Allocator` to supply memory, and defines the type traits `bslma::UsesBslmaAllocator` and `bslmf::IsBitwiseMoveable`. See the section for information on the class attributes. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/AllocBitwiseMoveableTestType/2constructor-03.adoc[`AllocBitwiseMoveableTestType`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bsltf/AllocBitwiseMoveableTestType/2destructor.adoc[`~AllocBitwiseMoveableTestType`] [.small]#[destructor]# | Destroy this object. | xref:BloombergLP/bsltf/AllocBitwiseMoveableTestType/operator_assign.adoc[`operator=`] | Assign to this object the value of the specified `rhs` object, and return a reference providing modifiable access to this object. | xref:BloombergLP/bsltf/AllocBitwiseMoveableTestType/allocator.adoc[`allocator`] | Return the allocator used by this object to supply memory. | xref:BloombergLP/bsltf/AllocBitwiseMoveableTestType/data.adoc[`data`] | Return the value of the `data` attribute of this object. | xref:BloombergLP/bsltf/AllocBitwiseMoveableTestType/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-0c95d.adoc[`debugprint`] | Same as the preceding overload for this test type. | xref:BloombergLP/bsltf/operator_not_eq-079.adoc[`operator!=`] | Return whether two objects do not have the same value. | xref:BloombergLP/bsltf/operator_eq-0c3.adoc[`operator==`] | Return whether two objects have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#