30template <
typename char_t, alphabet alphabet_t>
46template <
typename char_t, seqan3::semialphabet alphabet_t>
48 requires std::same_as<std::remove_cvref_t<alphabet_t>,
mask>
50 return s << (l == alphabet_t{} ?
"UNMASKED" :
"MASKED");
Core alphabet concept and free function/type trait wrappers.
A "pretty printer" for most SeqAn data structures and related types.
Definition debug_stream_type.hpp:78
Implementation of a masked alphabet to be used for tuple composites..
Definition mask.hpp:38
Provides seqan3::debug_stream and related types.
debug_stream_type< char_t > & operator<<(debug_stream_type< char_t > &stream, alignment_t &&alignment)
Stream operator for alignments, which are represented as tuples of aligned sequences.
Definition debug_stream_alignment.hpp:110
constexpr auto to_char
Return the char representation of an alphabet object.
Definition alphabet/concept.hpp:386
Concept for output streams.
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:29