Constructors

Synopses

Declared in <bsltf_testvaluesarray.h>

Create a TestValuesArray object containing 52 distinct values of the (template parameter) type VALUE, using a bslma::MallocFree allocator to supply memory.

explicit
TestValuesArray();

Create a TestValuesArray with 52 distinct values.

explicit
TestValuesArray(ALLOCATOR basicAllocator);

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

explicit
TestValuesArray(char const* spec);

Create a TestValuesArray from spec using the specified allocator.

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

Parameters

Name

Description

basicAllocator

allocator used to supply memory

spec

null‐terminated string of character identifiers

Created with MrDocs