fn() getBamTypeSize
Return size of the type identified by a type char.

Defined in <seqan/bam_io.h>
Signature int getBamTypeSize(c);

Parameters

c A char that identifies a type.

Return Values

int The size of the type in bytes, -1 for variable-length types, -2 for invalid paramters.

Data Races

Thread safety unknown!

See Also