Concept
AssignableConcept
A type with an assignment operator.
AssignableConcept | |||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||
|
Concept Definition
Required Functions
Assigns one object to another object. | |
C++ built-in Assignment operator. |
Refinements
Natural container value. | |
Concept for mutable containers. |
Include Headers
seqan/basic.h
Remarks
Expects instances of type T to be assignable into each other.
Implemented by
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 strings by specializing what differs from an origin. (ContainerConcept) | |
Implementation for "simple" types. (FiniteOrderedAlphabetConcept) | |
A sequence container with generic alphabet and many specializations. (ContainerConcept) |
Examples
Valid expressions:
See Also
SeqAn - Sequence Analysis Library - www.seqan.de