Function
minValue
Infimum for a given type.
Include Headers
seqan/basic.h
Parameters
|  An ordered type. | 
Remarks
 The function is implemented in infimumValueImpl.
Do not specialize minValue , specialize infimumValueImpl instead!
Status
 deprecated, will be removed in favour of MinValue
Return Values
 A value inf  that holds: inf <= i  for all values i  of type T .
See Also
SeqAn - Sequence Analysis Library - www.seqan.de