30 template <
typename stream_t>
33 stream << std::to_integer<uint8_t>(arg);
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::byte const arg) const
Prints the byte as uint8_t value.
Definition byte.hpp:31
Definition default_printer.hpp:45