Group Gap Direction Tags
Tags to select the direction to which side of a view position an operation should be projected.

Grouped Tags Overview

Grouped Tags Detail

struct LeftOfViewPos_; typedef Tag<LeftOfViewPos_> LeftOfViewPos;

Defined in
<seqan/align.h>
Projects to the left side of the current view position.

struct RightOfViewPos_; typedef Tag<RightOfViewPos_> RightOfViewPos;

Defined in
<seqan/align.h>
Projects to the right side of the current view position.