SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
concatenated_sequences.hpp File Reference

Provides seqan3::concatenated_sequences. More...

+ Include dependency graph for concatenated_sequences.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::concatenated_sequences< inner_type, data_delimiters_type >
 Container that stores sequences concatenated internally. More...
 
struct  seqan3::detail::concatenated_sequences_reference_proxy< value_type, const_ >
 The reference type of seqan3::concatenated_sequences. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::detail
 The internal SeqAn3 namespace.
 

Detailed Description

Provides seqan3::concatenated_sequences.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>