SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
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. | |
The printer for seqan3::detail::advanceable_alignment_coordinate.
Prints the alignment coordinate as a tuple of the column and row index.
state_t | The state of the detail::advanceable_alignment_coordinate. |
|
no-apiinlineconstexpr |
The function call operator that prints the coordinate to the given stream.
stream_t | The type of the stream. |
[in,out] | stream | The stream to print to. |
[in] | arg | The alignment coordinate to print. |