Concept
DefaultConstructibleConcept
A type with a default constructor.
DefaultConstructibleConcept | |||||||||||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||||||||||
|
Concept Definition
Refinements
Natural container value. | |
Concept for mutable containers. | |
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. (SequenceConcept) | |
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. (ContainerConcept) | |
Implementation for "simple" types. (FiniteOrderedAlphabetConcept) | |
A sequence container with generic alphabet and many specializations. (ContainerConcept) | |
String tree iterator that can go down, right, and up. Supports depth-first search. (ForwardIteratorConcept) |
Examples
Valid expressions:
T a;
SeqAn - Sequence Analysis Library - www.seqan.de