SeqAn3 3.4.0-rc.3
The Modern C++ library for sequence analysis.
|
The printer used for formatted output of the search result. More...
#include <seqan3/search/search_result.hpp>
Public Member Functions | |
template<typename stream_t , typename arg_t > | |
constexpr void | operator() (stream_t &stream, arg_t &&arg) const |
Prints the search result. | |
The printer used for formatted output of the search result.
The type of the printer must be a seqan3::search_result type.
specs_t | The list of types seqan3::search_result is specialised with. |
|
inlineconstexpr |
Prints the search result.
stream_t | The type of the stream. |
arg_t | The type of the argument. |
[in,out] | stream | The output stream. |
[in] | arg | The search result to print. |