Metafunction
BytesPerValue
Number of bytes needed to store a value.
BytesPerValue<T>::VALUE
Parameters
T
A class.
Return Values
VALUE
Number of bytes needed to store T.
Default: BitsPerValue / 8, rounded up. For built-in types, this is the same as sizeof(T).
SeqAn - Sequence Analysis Library - www.seqan.de