SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
The printer used for formatted output of the cigar alphabets. More...
#include <seqan3/alphabet/cigar/cigar.hpp>
Public Member Functions | |
template<typename stream_t > | |
constexpr void | operator() (stream_t &stream, cigar const arg) const noexcept |
Prints the formatted output of the cigar symbol to the stream. | |
The printer used for formatted output of the cigar alphabets.
The type of the printer must be a seqan3::cigar type.
|
no-apiinlineconstexprnoexcept |
Prints the formatted output of the cigar symbol to the stream.
stream_t | The type of the stream. |
[in,out] | stream | The output stream. |
[in] | arg | The cigar symbol to print. |