Fn<> BasicStream
Return the stream type to read or write values.

Defined in <seqan/basic.h>
Signature BasicStream<TValue, TDirection[, TTraits]>::Type;

Template Parameters

TValue The value type of the stream.
TDirection The direction of the stream, one of the DirectionTags.
TTraits The traits to use for the values, defaults to std::char_traits<TValue>.