SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::optional_printer< std::nullopt_t > Struct Reference

Printer for formatted output of std::nullopt_t. More...

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

Inheritance diagram for seqan3::optional_printer< std::nullopt_t >:

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.

Detailed Description

Printer for formatted output of std::nullopt_t.

Member Function Documentation

◆ operator()()

template<typename stream_t>
void seqan3::optional_printer< std::nullopt_t >::operator() ( stream_t & stream,
std::nullopt_t const arg ) const
inlineconstexpr

Prints std::nullopt_t to formatted output stream.

Template Parameters
stream_tThe type of the stream to which the value is streamed.
Parameters
[in,out]streamThe stream to print to.
[in]argThe optional to print.

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