[#BloombergLP-bsltf-BitwiseCopyableTestType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::BitwiseCopyableTestType :relfileprefix: ../../ :mrdocs: Bitwise‐copyable unconstrained value‐semantic test type. == Synopsis Declared in `<bsltf_bitwisecopyabletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class BitwiseCopyableTestType; ---- == Description This unconstrained (value‐semantic) attribute class defines the `bsl::is_trivially_copyable` trait and does not allocate memory. See the section for information on the class attributes. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/BitwiseCopyableTestType/2constructor-0a.adoc[`BitwiseCopyableTestType`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bsltf/BitwiseCopyableTestType/data.adoc[`data`] | Return the value of the `data` attribute of this object. | xref:BloombergLP/bsltf/BitwiseCopyableTestType/setData.adoc[`setData`] | Set the `data` attribute of this object to the specified `value`. | xref:BloombergLP/bsltf/BitwiseCopyableTestType/2conversion.adoc[`operator BloombergLP::bslmf::NestedTraitDeclaration<BitwiseCopyableTestType, IsBitwiseCopyable>`] | Declare `BitwiseCopyableTestType` as bitwise copyable. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/debugprint-046.adoc[`debugprint`] | Same as the preceding overload for this test type. | xref:BloombergLP/bsltf/operator_not_eq-000.adoc[`operator!=`] | Return whether two objects do not have the same value. | xref:BloombergLP/bsltf/operator_eq-05c.adoc[`operator==`] | Return whether two objects have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#