Function
maxValue
Supremum for a given type.
Include Headers
seqan/basic.h
Parameters
|  An ordered type. | 
Remarks
 The function is implemented in supremumValueImpl.
Do not specialize maxValue , specialize supremumValueImpl instead!
Status
 deprecated, will be removed in favour of MaxValue
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