Fn<> Cargo
Type of additional data stored in an object.

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

Template Parameters

T Type for which the cargo tpye is queried.

Return Values

Type The cargo type of T.

Detailed Description

The definition of Cargo allows the addition of user-specified data into existing data structures.