SeqAn3 3.4.0-rc.3
The Modern C++ library for sequence analysis.
|
A std::byte can be printed by printing its value as integer. More...
#include <seqan3/core/debug_stream/byte.hpp>
Public Member Functions | |
template<typename stream_t > | |
constexpr void | operator() (stream_t &stream, std::byte const arg) const |
Prints the byte as uint8_t value. | |
A std::byte can be printed by printing its value as integer.
|
inlineconstexpr |
Prints the byte as uint8_t value.
stream_t | The type of the stream. |
[in,out] | stream | The output stream. |
[in] | arg | The byte argument to print. |