Metafunction
Value
Type of the items in the container.
Value<T>::Type
Include Headers
seqan/basic.h
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.
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.
Examples
Value<String<char> >::Type c; //c has type char
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:10