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::advanceable_alignment_coordinate_printer< detail::advanceable_alignment_coordinate< state_t > > Struct Template Reference

The printer for seqan3::detail::advanceable_alignment_coordinate. More...

#include <seqan3/alignment/matrix/detail/advanceable_alignment_coordinate.hpp>

Public Member Functions

template<typename stream_t >
constexpr void operator() (stream_t &stream, detail::advanceable_alignment_coordinate< state_t > const arg) const
 The function call operator that prints the coordinate to the given stream.
 

Detailed Descriptionno-api

template<auto state_t>
struct seqan3::advanceable_alignment_coordinate_printer< detail::advanceable_alignment_coordinate< state_t > >

The printer for seqan3::detail::advanceable_alignment_coordinate.

Prints the alignment coordinate as a tuple of the column and row index.

Template Parameters
state_tThe state of the detail::advanceable_alignment_coordinate.

Member Function Documentation

◆ operator()() [no-api]

template<auto state_t>
template<typename stream_t >
constexpr void seqan3::advanceable_alignment_coordinate_printer< detail::advanceable_alignment_coordinate< state_t > >::operator() ( stream_t stream,
detail::advanceable_alignment_coordinate< state_t > const  arg 
) const
no-apiinlineconstexpr

The function call operator that prints the coordinate to the given stream.

Template Parameters
stream_tThe type of the stream.
Parameters
[in,out]streamThe stream to print to.
[in]argThe alignment coordinate to print.

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