Class Specialization
Packed Pair
Stores two arbitrary objects. Saves memory by disabling memory alignment.
![]() | ![]() | ||||||
Packed Pair |
Include Headers
seqan/basic.h
Parameters
The type of the first object. | |
The type of the second object. |
Remarks
Memory access could be slower. Direct access to members by pointers is not allowed on all platforms.
Specialization of
Functions
Returns the sequence number of a position. (Pair) | |
Returns the local sequence offset of a position. (Pair) | |
Converts a local/global to a global position. (Pair) | |
Converts a local/global to a local position. (Pair) | |
Converts a local to a local/global position. (Pair) | |
Converts a local to a local/global position. (Pair) |
SeqAn - Sequence Analysis Library - www.seqan.de