[#BloombergLP-bsltf-AllocBitwiseMoveableTestType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::AllocBitwiseMoveableTestType :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bsltf_allocbitwisemoveabletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class AllocBitwiseMoveableTestType; ---- == 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 `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `AllocBitwiseMoveableTestType` objects do not have the same value if their `data` attributes are not the same. | xref:BloombergLP/bsltf/operator_eq-0c3.adoc[`operator==`] | Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `AllocBitwiseMoveableTestType` objects have the same if their `data` attributes are the same. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#