Function
supremumValue
Supremum for a given type.
supremumValue<T>()
Parameters
T
An ordered type.
Return Values
A value inf that holds: inf >= i for all values i of type T.
Remarks
The function is implemented in supremumValueImpl. Do not specialize supremumValue, specialize supremumValueImpl instead!
SeqAn - Sequence Analysis Library - www.seqan.de