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::cigar_printer< cigar > Struct Reference

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.
 

Detailed Descriptionno-api

The printer used for formatted output of the cigar alphabets.

The type of the printer must be a seqan3::cigar type.

Member Function Documentation

◆ operator()() [no-api]

template<typename stream_t >
constexpr void seqan3::cigar_printer< cigar >::operator() ( stream_t &  stream,
cigar const  arg 
) const
no-apiinlineconstexprnoexcept

Prints the formatted output of the cigar symbol to the stream.

Template Parameters
stream_tThe type of the stream.
Parameters
[in,out]streamThe output stream.
[in]argThe cigar symbol to print.

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