Fn<> IosOpenMode
Return the std::ios open mode for a direction.

Defined in <seqan/basic.h>
Signature IosOpenMode<TDirection[, TDummy]>::Type;

Template Parameters

TDirection The direction to query for the open mode, one of the DirectionTags.
TDummy Implementation detail, defaults to void and is ignored.

Return Values

Type The resulting open mode of type const int.