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

Provides seqan3::concatenated_sequences. More...

#include <type_traits>
#include <vector>
#include <range/v3/view/const.hpp>
#include <range/v3/view/join.hpp>
#include <range/v3/view/repeat_n.hpp>
#include <range/v3/view/slice.hpp>
#include <seqan3/core/concept/cereal.hpp>
#include <seqan3/core/type_traits/all.hpp>
#include <seqan3/range/shortcuts.hpp>
#include <seqan3/range/container/concept.hpp>
#include <seqan3/range/detail/random_access_iterator.hpp>
#include <seqan3/std/iterator>
#include <seqan3/std/ranges>
+ 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...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::concatenated_sequences.

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