BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsltf_emplacabletesttype

Detailed Description

Outline

Purpose

Provide a non-allocating test class used to test emplace methods.

Classes

See also
bsltf_argumenttype, bsltf_templatetestfacility

Description

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.

Attributes

Name Type Default
------- ------------------------ -------
Definition bsltf_argumenttype.h:238

Usage

This section illustrates intended use of this component.

See bsltf_allocemplacabletesttype for usage example.