Class Range
A range between two iterators.

Defined in <seqan/basic.h>
Signature template <typename TIterator> class Range;

Template Parameters

The type of the iterator to use.

Interface Function Overview

Interface Functions Detail

void writeValue(range, val);

Write a value to a Range.

Parameters

range to append to.
val The value to append.

val will be assigned to the first element of the range. Then, the beginning of the range will be advanced by one.

Data Races

Thread safety unknown!