|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Printer for formatted output of std::nullopt_t. More...
#include <seqan3/core/debug_stream/optional.hpp>
Public Member Functions | |
| template<typename stream_t > | |
| constexpr void | operator() (stream_t &stream, std::nullopt_t const arg) const |
Prints std::nullopt_t to formatted output stream. | |
Printer for formatted output of std::nullopt_t.
|
inlineconstexpr |
Prints std::nullopt_t to formatted output stream.
| stream_t | The type of the stream to which the value is streamed. |
| [in,out] | stream | The stream to print to. |
| [in] | arg | The optional to print. |