Metafunction
IntegralForValue
Returns an itegral type that provides sufficient space to store a value.
Include Headers
seqan/basic.h
Parameters
|  A class. | 
Remarks
 The type is the smallest unsigned integral type that has a size of at least BytesPerValue bytes.
 Note that the returned integral type cannot store T  values, if T  takes more than 8 bytes,
	since there exists no integral type that provides sufficient space to store types of this size.
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 and above | 
Return Values
|  An integral type that can store  | 
See Also
SeqAn - Sequence Analysis Library - www.seqan.de