SeqAn3 3.4.0-rc.3
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::std_byte_printer< std::byte > Struct Reference

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.
 

Detailed Description

A std::byte can be printed by printing its value as integer.

Member Function Documentation

◆ operator()()

template<typename stream_t >
constexpr void seqan3::std_byte_printer< std::byte >::operator() ( stream_t stream,
std::byte const  arg 
) const
inlineconstexpr

Prints the byte as uint8_t value.

Template Parameters
stream_tThe type of the stream.
Parameters
[in,out]streamThe output stream.
[in]argThe byte argument to print.

The documentation for this struct was generated from the following file:
Hide me