|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
The printer used for formatted output of seqan3::mask alphabet. More...
#include <seqan3/alphabet/detail/debug_stream_alphabet.hpp>
Public Member Functions | |
| template<typename stream_t > | |
| constexpr void | operator() (stream_t &stream, mask_t const arg) const noexcept |
| Print the mask alphabet to the stream. | |
The printer used for formatted output of seqan3::mask alphabet.
Prints "MASKED" if the letter is masked and "UNMASKED" otherwise.
| mask_t | The type of the alphabet to be printed. Must be seqan3::mask. |
|
inlineconstexprnoexcept |
Print the mask alphabet to the stream.
| stream_t | The type of the stream. |
| [in,out] | stream | The stream to print to. |
| [in] | arg | The mask alphabet letter. |