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