|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
The printer for integral types. More...
#include <seqan3/core/debug_stream/default_printer.hpp>
Public Member Functions | |
| template<typename stream_t > | |
| constexpr void | operator() (stream_t &stream, integral_t const arg) const |
| The function call operator that prints the integral to the stream. | |
The printer for integral types.
8
The integral_printer is used to print integral types to a stream.
| integral_t | The type of the integral. |
|
inlineconstexpr |
The function call operator that prints the integral to the stream.
| stream_t | The type of the stream. |
| [in,out] | stream | The stream to print to. |
| [in] | arg | The integral to print. |