Function
minValue
Infimum for a given type.
minValue<T>()
Include Headers
seqan/basic.h
Parameters
T
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.
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:37