Fn<> RemoveReference
Converts a (reference) type into the same type without a reference.

Defined in <seqan/basic.h>
Signature RemoveReference<T>::Type;

Template Parameters

T The input type.

Return Values

Type A corresponding non-reference type, e.g. int for T = & int.