31 template <
typename optional_type,
typename char_t>
37 s <<
"<VALUELESS_OPTIONAL>";
47 template <
typename optional_type,
typename char_t>
49 requires detail::is_type_specialisation_of_v<remove_cvref_t<optional_type>,
std::optional>
56 s <<
"<VALUELESS_OPTIONAL>";
Provides seqan3::type_list and auxiliary type traits.
Provides seqan3::debug_stream and related types.
The main SeqAn3 namespace.
A "pretty printer" for most SeqAn data structures and related types.
Definition: debug_stream_type.hpp:70
The concept std::same_as<T, U> is satisfied if and only if T and U denote the same type...