Fn<> RemoveView
Converts a given view type into its original type.

Defined in <seqan/basic.h>
Signature RemoveView<TObject>::Type;

Template Parameters

TObject The view type to be converted into its original type.

Return Values

Type The resulting original type.

Detailed Description

View is the inverse of this metafunction.

See Also