|
BDE 4.14.0 Production release
|
Provide a bitwise-moveable test class.
This component provides a single, unconstrained (value-semantic) attribute class, BitwiseMoveableTestType, that is bitwise-moveable and defines the bslmf::IsBitwiseMoveable type trait.
data: representation of the class valueThis section illustrates intended use of this component.
Suppose we wanted to print the supported traits of this test type.
First, we create a function template printTypeTraits with a parameterized TYPE:
Now, we invoke the printTypeTraits function template using BitwiseMoveableTestType as the parameterized TYPE:
Finally, we observe the console output: