Function
infimumValue
Infimum for a given type.
infimumValue<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 infimumValueImpl. Do not specialize infimumValue, specialize infimumValueImpl instead!
SeqAn - Sequence Analysis Library - www.seqan.de