fn() arrayDestruct
Destroys an array of objects.

Defined in <seqan/basic.h>
Signature void arrayDestruct(begin, end);

Parameters

begin Iterator to the begin of the range that is to be destructed.
end Iterator behind the end of the range.

Detailed Description

This function does not deallocates the memory.

Data Races

Thread safety unknown!