BDE 4.14.0 Production release
|
Provide a non-allocating test class used to test emplace
methods.
This component provides a (value-semantic) attribute class, bsltf::EmplacableTestType
, that is used to ensure that arguments are forwarded correctly to a type's constructor. This component is similar to bsltf_allocemplacabletesttype , but provides a type that does not allocate on construction.
This section illustrates intended use of this component.
See bsltf_allocemplacabletesttype for usage example.