SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
The concept for a printable object. More...
#include <seqan3/core/debug_stream/default_printer.hpp>
The concept for a printable object.
A printable object is a printer that can print an argument to a stream. The printer must be invocable with a stream and an argument.
printer_t | The type of the printer. |
stream_t | The type of the stream. |
arg_t | The type of the argument. |