The printer for alignment.
More...
#include <seqan3/alignment/aligned_sequence/debug_stream_alignment.hpp>
|
template<typename stream_t , typename arg_t > |
constexpr void | operator() (stream_t &stream, arg_t &&arg) const |
| The function call operator that pretty prints the alignment to the stream.
|
|
The printer for alignment.
- Template Parameters
-
◆ operator()()
template<typename alignment_t >
template<typename stream_t , typename arg_t >
The function call operator that pretty prints the alignment to the stream.
- Template Parameters
-
stream_t | The type of the stream. |
arg_t | The type of the argument. |
- Parameters
-
[in,out] | stream | The target stream for the formatted output. |
[in] | arg | The alignment that shall be formatted. All sequences must be equally long. |
The documentation for this struct was generated from the following file: