Class
ConcatenatorManyToOne
A sequence class that virtually concatenates all sequences in a StringSet.
Include Headers
seqan/sequence.h
Remarks
 This container can be iterated like the concatenation string of all sequences in a StringSet.
 This container only is a lightweight hull around a StringSet. The iteration is handled by ConcatVirtual Iterator.
 Note that accessing an element by index through operator[]  conducts a binary search and should be avoided. Use the ConcatDirect specialization of StringSet for random access or only use sequential access through iterators.
Member Functions
| Constructor | 
SeqAn - Sequence Analysis Library - www.seqan.de