BloombergLP::bsltf::TestValuesArray::TestValuesArray

Create a TestValuesArray from spec using the specified allocator.

Synopsis

Declared in <bsltf_testvaluesarray.h>

explicit
TestValuesArray(
    char const* spec,
    ALLOCATOR basicAllocator);

Description

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

Parameters

NameDescription
specnull-terminated string of character identifiers
basicAllocatorallocator used to supply memory