[#BloombergLP-bsltf-TestValuesArray_DefaultConverter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::TestValuesArray_DefaultConverter :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for an utility function, `createInplace`, that creates an object of the (template parameter) type `VALUE` from a character identifier. == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class VALUE, class ALLOCATOR> struct TestValuesArray_DefaultConverter; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/TestValuesArray_DefaultConverter/createInplace.adoc[`createInplace`] | 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. The behavior is undefined unless `0 <= value && value < 128` and `VALUE` is contained in the macro `BSLTF_TEMPLATETESTFACILITY_TEST_TYPES_ALL`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#