SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
The printer used for formatted output of seqan3::alphabet types. More...
#include <seqan3/alphabet/detail/debug_stream_alphabet.hpp>
Public Member Functions | |
template<typename stream_t > | |
constexpr void | operator() (stream_t &stream, alphabet_t const letter) const noexcept |
Print the alphabet to the stream. | |
The printer used for formatted output of seqan3::alphabet types.
Prints the char representation of the given alphabet letter.
alphabet_t | The type of the alphabet to be printed. |
|
no-apiinlineconstexprnoexcept |
Print the alphabet to the stream.
stream_t | The type of the stream. |
[in,out] | stream | The stream to print to. |
[in] | letter | The alphabet letter. |