Share

AcArrayObjectCopyReallocator

Class Hierarchy

AcArrayObjectCopyReallocator

C++

template <class T>
class AcArrayObjectCopyReallocator;

File

acarray.h

Description

Template class for dynamic arrays.

If the class you intend to contain requires the use of operator=() for the copying during reallocation, use AcArrayObjectCopyReallocator with the array. If the contained class can be copied safely by the memcpy operator, use the AcArrayMemCopyReallocator template instead.

The default behavior is to use AcArrayMemCopyReallocator.

Links

AcArrayObjectCopyReallocator Methods

Was this information helpful?