Metafunction
Value
Type of the items in the container.
Value<T>::Type
Return Values
Type
Value type of T.
Functions
assignValueByIdAdds a new string to the StringSet and returns an id.
createMakes an object to owner of its content.
setValueMakes holder dependent.
Remarks
The value type of a container T is the type of the elements in T. For example, the value type of a sequence of int is int.
Examples
Value<String<char> >::Type c; //c has type char
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de