31 template <
typename stream_t>
34 stream <<
"<VALUELESS_OPTIONAL>";
51 template <
typename stream_t,
typename arg_t>
52 constexpr void operator()(stream_t & stream, arg_t && arg)
const
57 stream <<
"<VALUELESS_OPTIONAL>";
Provides various type traits on generic types.
Provides seqan3::debug_stream and related types.
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26
SeqAn specific customisations in the standard namespace.
constexpr void operator()(stream_t &stream, std::nullopt_t const arg) const
Prints std::nullopt_t to formatted output stream.
Definition optional.hpp:32
constexpr void operator()(stream_t &stream, arg_t &&arg) const
Print the optional to the stream by printing its value or nothing if valueless.
Definition optional.hpp:52
Definition default_printer.hpp:40
Provides type traits for working with templates.