Fn<> IsSequence
Determines whether a type is a sequence.

Defined in <seqan/sequence.h>
Signature IsSequence<T>::Type; IsSequence<T>::VALUE;

Template Parameters

T The type to query.

Return Values

Type True if T is a sequence and False otherwise.
VALUE true if T is a sequence and false otherwise.

Detailed Description

For example, String and Segment as T return true.