SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
seqan3::alphabet_printer< alphabet_t > Struct Template Reference

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.
 

Detailed Descriptionno-api

template<alphabet alphabet_t>
struct seqan3::alphabet_printer< alphabet_t >

The printer used for formatted output of seqan3::alphabet types.

Prints the char representation of the given alphabet letter.

Template Parameters
alphabet_tThe type of the alphabet to be printed.

Member Function Documentation

◆ operator()() [no-api]

template<alphabet alphabet_t>
template<typename stream_t >
constexpr void seqan3::alphabet_printer< alphabet_t >::operator() ( stream_t stream,
alphabet_t const  letter 
) const
no-apiinlineconstexprnoexcept

Print the alphabet to the stream.

Template Parameters
stream_tThe type of the stream.
Parameters
[in,out]streamThe stream to print to.
[in]letterThe alphabet letter.

The documentation for this struct was generated from the following file:
Hide me