Concept
EqualityComparableConcept
A type that can be equality compared.
EqualityComparableConcept | |||||||||||||||||||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||||||||||||||||||
|
Concept Definition
Refinements
Iterator that allows dereferenced reading. | |
An integral type. |
Include Headers
seqan/basic.h
Remarks
Expects instances of type T to be comparable via operator== and operator!= .
Comparison operators must return boolean convertible values.
operator== must be an equivalence relation.
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) | |
Allows to modify arbitrary iterators by specializing what differs from an origin. (RandomAccessIteratorConcept) | |
String tree iterator that can go down, right, and up. Supports depth-first search. (ForwardIteratorConcept) |
Examples
Valid expressions:
a != b;
Invariants:
See Also
SeqAn - Sequence Analysis Library - www.seqan.de