Create a TestValuesArray from spec using a malloc/free allocator.

Synopsis

Declared in <bsltf_testvaluesarray.h>

explicit
TestValuesArray(char const* spec);

Description

Create a TestValuesArray object containing values created by invoking bsltf::TemplateTestFacility::create on each character of the specified spec, using a bslma::MallocFree allocator to supply memory.

Parameters

Name

Description

spec

null‐terminated string of character identifiers

Created with MrDocs