Create a TestValuesArray with 52 distinct values.

Synopsis

Declared in <bsltf_testvaluesarray.h>

explicit
TestValuesArray(ALLOCATOR basicAllocator);

Description

Create a TestValuesArray object containing 52 distinct values of the (template parameter) type VALUE, using the specified basicAllocator to supply memory.

Parameters

Name

Description

basicAllocator

allocator used to supply memory

Created with MrDocs