Quick Links:

bal | bbl | bdl | bsl

Namespaces

Component bsltf_emplacabletesttype
[Package bsltf]

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

Namespaces

namespace  bsltf

Detailed Description

Outline
Purpose:
Provide a non-allocating test class used to test emplace methods.
Classes:
bsltf::EmplacableTestType non-allocating test class with 0..14 arguments
See also:
Component bsltf_argumenttype, Component 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:
Usage:
This section illustrates intended use of this component.
See bsltf_allocemplacabletesttype for usage example.