Group Direction Tags
Tags for selecting a direction.
Tags for selecting a direction.
Grouped Tags Overview
-
typedef Tag<Bidirectional_> Bidirectional;
Tag for allowing both input and output. -
typedef Tag<Input_> Input;
Tag for selecting the input direction. -
typedef Tag<Output_> Output;
Tag for selecting the output direction.