|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
A sam_flag can be printed as an integer value. More...
#include <seqan3/io/sam_file/sam_flag.hpp>
Public Member Functions | |
| template<typename stream_t > | |
| constexpr void | operator() (stream_t &stream, sam_flag const arg) const |
| Prints the sam flag. | |
A sam_flag can be printed as an integer value.
|
inlineconstexpr |
Prints the sam flag.
| stream_t | The output stream type. |
| [in,out] | stream | The output stream. |
| [in] | arg | The sam flag to print. |