|
BDE 4.39.x Production Release
|
#include <bsltf_testvaluesarray.h>
This struct provides a namespace for an utility function, createInplace, that creates an object of the (template parameter) type VALUE from a character identifier.
Static Public Member Functions | |
| static void | createInplace (VALUE *objPtr, char value, ALLOCATOR allocator) |
|
inlinestatic |
Create an object of the (template parameter) type VALUE at the specified objPtr address whose state is unique for the specified value. Use the specified allocator to supply memory.
0 <= value && value < 128 and VALUE is contained in the macro BSLTF_TEMPLATETESTFACILITY_TEST_TYPES_ALL.