Concept
DefaultConstructible
A type with a default constructor.
DefaultConstructible | |||||||||||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||||||||||
|
Concept Definition
Refinements
Natural container value. | |
Concept for mutable containers. Object that contains other objects. | |
Iterator that allows passing over a linear sequence multiple times. |
Include Headers
seqan/basic.h
Remarks
Expects an instance of type T to be default constructible.
Implemented by
Iterator of the annotation tree represented by a FragmentStore. (RootedIteratorConcept) | |
Iterator for an efficient postorder depth-first search in a suffix tree. (ForwardIteratorConcept) | |
Alphabet for DNA plus PHRED quality including 'N' character. (AlphabetWithQualitiesConcept) | |
Alphabet for DNA plus PHRED quality. (AlphabetWithQualitiesConcept) | |
Efficient storage of gaps for a sequence. (Sequence) | |
Allows to modify arbitrary iterators by specializing what differs from an origin. (RandomAccessIteratorConcept) | |
Allows to modify arbitrary strings by specializing what differs from an origin. (Container) | |
Implementation for "simple" types. (FiniteOrderedAlphabetConcept) | |
A sequence container with generic alphabet and many specializations. (Container) | |
Iterator for suffix trees that can go down, right, and up. Supports depth-first search. (ForwardIteratorConcept) |
Examples
Valid expressions:
T a;
See Also
SeqAn - Sequence Analysis Library - www.seqan.de