Function
supremumValueImpl
Implements supremumValue.
supremumValueImpl(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 supremumValue. It is recommended to use supremumValue rather than supremumValueImpl.
SeqAn - Sequence Analysis Library - www.seqan.de