Constructors
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();
» more...
Create a TestValuesArray with 52 distinct values.
explicit
TestValuesArray(ALLOCATOR basicAllocator);
» more...
Create a TestValuesArray from spec using a malloc/free allocator.
explicit
TestValuesArray(char const* spec);
» more...
Create a TestValuesArray from spec using the specified allocator.
explicit
TestValuesArray(
char const* spec,
ALLOCATOR basicAllocator);
» more...
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |
| spec | null-terminated string of character identifiers |