SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
debug_streamable_tuple Interface Reference

A helper concept to avoid ambiguous overloads with the debug stream operator for alignments. More...

#include <seqan3/core/debug_stream/tuple.hpp>

Detailed Description

A helper concept to avoid ambiguous overloads with the debug stream operator for alignments.

Template Parameters
tuple_tThe tuple type to print to the seqan3::detail::debug_stream_type.

This concept requires that the given type is a seqan3::tuple_like type but neither a std::ranges::input_range nor an alphabet (see seqan3::alphabet_tuple_base).


The documentation for this interface was generated from the following file:
Hide me