[#BloombergLP-bsltf-TestValuesArray-2constructor-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TestValuesArray.adoc[TestValuesArray]::TestValuesArray :relfileprefix: ../../../ :mrdocs: 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bsltf/TestValuesArray/2constructor-08.adoc[TestValuesArray](); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/2constructor-08.adoc[_» more..._]# Create a `TestValuesArray` object containing 52 distinct values of the (template parameter) type `VALUE`, using the specified `basicAllocator` to supply memory. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bsltf/TestValuesArray/2constructor-01.adoc[TestValuesArray](ALLOCATOR basicAllocator); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/2constructor-01.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bsltf/TestValuesArray/2constructor-05.adoc[TestValuesArray](char const* spec); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/2constructor-05.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bsltf/TestValuesArray/2constructor-0e.adoc[TestValuesArray]( char const* spec, ALLOCATOR basicAllocator); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArray/2constructor-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#