fn() valueDestruct
Destroys an object at specified position.

Defined in <seqan/basic.h>
Signature void valueDestruct(iterator);

Parameters

iterator Pointer or iterator to position where the object should be destructed.

Detailed Description

The type of the constructed object is the value type of iterator.

Data Races

Thread safety unknown!