[#BloombergLP-bsltf-NonAssignableTestType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::NonAssignableTestType :relfileprefix: ../../ :mrdocs: This unconstrained (value‐semantic) attribute class does not provide an assignment operator. == Synopsis Declared in `<bsltf_nonassignabletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class NonAssignableTestType; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/NonAssignableTestType/2constructor-086.adoc[`NonAssignableTestType`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bsltf/NonAssignableTestType/2destructor.adoc[`~NonAssignableTestType`] [.small]#[destructor]# | Destroy this object. | xref:BloombergLP/bsltf/NonAssignableTestType/data.adoc[`data`] | Return the value of the `data` attribute of this object. | xref:BloombergLP/bsltf/NonAssignableTestType/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-0bf3.adoc[`debugprint`] | Same as the preceding overload for this test type. | xref:BloombergLP/bsltf/operator_not_eq-00b.adoc[`operator!=`] | Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `NonAssignableTestType` objects do not have the same value if their `data` attributes are not the same. | xref:BloombergLP/bsltf/operator_eq-075.adoc[`operator==`] | Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `NonAssignableTestType` objects have the same if their `data` attributes are the same. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#