Function
infimumValueImpl
Implements infimumValue.
infimumValueImpl(value_pointer_tag)
Parameters
value_pointer_tag
A pointer that is used as a tag to specify the value type.
Remarks: The pointer needs not to point to a valid object, so it is possible to use a null pointer here.
Return Values
A value inf that holds: inf <= i for all values i.
Remarks
This function implements infimumValue. It is recommended to use infimumValue rather than infimumValueImpl.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de