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
printable_with Interface Reference

The concept for a printable object. More...

#include <seqan3/core/debug_stream/default_printer.hpp>

Detailed Descriptionno-api

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.

Template Parameters
printer_tThe type of the printer.
stream_tThe type of the stream.
arg_tThe type of the argument.

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