BloombergLP::bsltf::BitwiseMoveableTestType

This unconstrained (value-semantic) attribute class defines the bslmf::IsBitwiseMoveable and does not allocate memory. See the section for information on the class attributes.

Synopsis

Declared in <bsltf_bitwisemoveabletesttype.h>

class BitwiseMoveableTestType;

Member Functions

NameDescription
BitwiseMoveableTestType [constructor]Constructors
~BitwiseMoveableTestType [destructor]Destroy this object.
data Return the value of the data attribute of this object.
setData Set the data attribute of this object to the specified value.

Non-Member Functions

NameDescription
debugprintSame as the preceding overload for this test type.
operator!=Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two BitwiseMoveableTestType objects do not have the same value if their data attributes are not the same.
operator==Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two BitwiseMoveableTestType objects have the same if their data attributes are the same.