Create a TestValuesArray with 52 distinct values.
Declared in <bsltf_testvaluesarray.h>
explicit
TestValuesArray(ALLOCATOR basicAllocator);
Create a TestValuesArray object containing 52 distinct values of the (template parameter) type VALUE, using the specified basicAllocator to supply memory.
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |