SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
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 Description

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()()

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

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