|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
The printer used for formatted output of the alignment result. More...
#include <seqan3/alignment/pairwise/alignment_result.hpp>
Public Member Functions | |
| template<typename stream_t , typename arg_t > | |
| constexpr void | operator() (stream_t &stream, arg_t &&arg) const noexcept |
| Prints the formatted output of the alignment result to the stream. | |
The printer used for formatted output of the alignment result.
The type of the printer must be a seqan3::alignment_result type.
| result_value_t | The type of the alignment result value. |
|
inlineconstexprnoexcept |
Prints the formatted output of the alignment result to the stream.
| stream_t | The type of the stream. |
| arg_t | The type of the argument. |
| [in,out] | stream | The output stream. |
| [in] | arg | The alignment result to print. |