BDE 4.14.0 Production release
|
Provide an attribute class that is not default constructible.
This component provides a single, unconstrained (value-semantic) attribute class, NonDefaultConstructibleTestType
, that is does not provide a default constructor. This is particularly valuable when testing container operations that works with non-default-constructible types.
data
: representation of the class valueThis section illustrates intended use of this component.
We show that create a NonDefaultConstructibleTestType
by using the default constructor will not compile: