Group Direction Tags
Tags for selecting a direction.

Grouped Tags Overview

Grouped Tags Detail

typedef Tag<Bidirectional_> Bidirectional;

Defined in
<seqan/basic.h>
Tag for allowing both input and output.

typedef Tag<Input_> Input;

Defined in
<seqan/basic.h>
Tag for selecting the input direction.

typedef Tag<Output_> Output;

Defined in
<seqan/basic.h>
Tag for selecting the output direction.