SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
debug_stream_alignment.hpp File Reference

The seqan3::debug_stream_type overload in order to print alignments. More...

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

Go to the source code of this file.

Namespaces

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

Functions

template<typename char_t , typename alignment_t >
requires (detail::debug_streamable_tuple<alignment_t> && detail::all_model_aligned_seq<detail::tuple_type_list_t<std::remove_cvref_t<alignment_t>>>)
debug_stream_type< char_t > & seqan3::operator<< (debug_stream_type< char_t > &stream, alignment_t &&alignment)
 Stream operator for alignments, which are represented as tuples of aligned sequences.
 
template<typename char_t , tuple_like alignment_t, size_t... idx>
void seqan3::detail::stream_alignment (debug_stream_type< char_t > &stream, alignment_t const &align, std::index_sequence< idx... > const &)
 Create the formatted alignment output and add it to the provided debug_stream.
 

Detailed Description

The seqan3::debug_stream_type overload in order to print alignments.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me