Metafunction
Value
Type of the items in the container or behind an iterator.
Value<T[, I]>::Type
Value<TTuple, POSITION>::Type
Include Headers
seqan/basic.h
Parameters
T
Type for which the value type is determined.
I
Index of the entry for which to retrieve the type.
Types: int
Remarks: This is only used for static-sized containers and aggregates.
TTuple
Pair, Triple, or Tuple to return value from.
Types: Pair, Triple, Tuple
POSITION
Position of the type to query.
Types: int
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
SeqAn - Sequence Analysis Library - www.seqan.de
 

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