Default converter creating a VALUE from a character identifier.

Synopsis

Declared in <bsltf_testvaluesarray.h>

template<
    class VALUE,
    class ALLOCATOR>
struct TestValuesArray_DefaultConverter;

Description

This struct provides a namespace for a utility function, createInplace, that creates an object of the (template parameter) type VALUE from a character identifier.

Static Member Functions

Name

Description

createInplace

Create a VALUE at objPtr unique for the specified value.

Created with MrDocs