SeqAn3 3.2.0-rc.1
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

struct  seqan3::detail::as_const_fn
 Function object for seqan3::detail::as_const. More...
 
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

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

Variables

constexpr auto seqan3::detail::as_const
 A view that provides only const & to elements of the underlying range. More...
 

Detailed Description

Provides seqan3::concatenated_sequences.

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