Concept DestructibleConcept
A type with a destructor.

All Subcl's ContainerConcept, ForwardContainerConcept, IntegerConcept, RandomAccessContainerConcept, ReversibleContainerConcept, SegmentableConcept, SignedIntegerConcept, StringConcept, UnsignedIntegerConcept
Defined in <seqan/basic.h>
Signature Destructible<T>

Detailed Description

Expects an instance of type T to be destructible.

Valid Expressions

T()
T a;

See Also