Metafunction
Value
Type of the items in the container or behind an iterator.
Include Headers
seqan/basic.h
Parameters
Spec.Journaled String Type for which the value type is determined. Class.HistogramSet Class.HotList Types: Accumulator, Align, AlignCols, char array, Finder, FrequencyDistribution, Gaps, Holder, IdManager, IdManager, InternalMap, InternalPointerMap, InternalRawMap, IntervalAndCargo, IntervalTree, IntervalTreeNode, Iter, MemoryManager, MemoryManager, MotifFinder, Pdf, PointAndCargo, PropertyMap, Proxy, Pseudocount, Rng, Score, Seed, SeedSet, SeedSet, Segment, Shape, SimpleType, std::basic_string, std::list, std::vector, String, StringEnumerator, Triple, Tuple, UnionFind | |
Position of the type to query. Types: | |
Index of the entry for which to retrieve the type. Types: Remarks: This is only used for static-sized containers and aggregates. |
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
Value type of |
Member of
MotifFinder, PropertyMap, Shape, Gaps, Pseudocount, Triple, InternalRawMap, IntervalAndCargo, IntervalTreeNode, InternalMap, IdManager, SeedSet, HistogramSet, HotList, StringEnumerator, Finder, String, Tuple, std::basic_string, char array, MemoryManager, Rng, Proxy, Pair, Segment, std::list, PointAndCargo, std::vector, Iter, Accumulator, Seed, Pdf, UnionFind
Functions
Adds a new string to the StringSet and returns an id. | |
Makes an object to owner of its content. | |
Makes holder dependent. |
Examples
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de