This struct provides a namespace that contains three aliases for types intended to be used as template parameters for testing templates. The namespace also contain two class method templates, create and getIdentifier, that respectively provides a consistent interface to (1) create a specified object of a parameterized type from an integer identifier and (2) get the identifier value of a specified object. The identifier value returned from the getIdentifier method is undefined unless the specified object was originally created with the create class method template.
Synopsis
Declared in <bsltf_templatetestfacility.h>
struct TemplateTestFacility;
Type Aliases
Name |
Description |
This |
|
This |
|
This |
Member Functions
Name |
Static Member Functions
Name |
Description |
Return a new object of the parameterized |
|
|
|
|
|
Return the moved‐from state of the specified |
|
Return the moved‐into state of the specified |
|
Set the moved‐into state of the specified 'object to the specified |
Created with MrDocs