SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::sam_flag_printer< sam_flag > Struct Reference

A sam_flag can be printed as an integer value. More...

#include <seqan3/io/sam_file/sam_flag.hpp>

Inheritance diagram for seqan3::sam_flag_printer< sam_flag >:

Public Member Functions

template<typename stream_t>
constexpr void operator() (stream_t &stream, sam_flag const arg) const
 Prints the sam flag.

Detailed Description

A sam_flag can be printed as an integer value.

Member Function Documentation

◆ operator()()

template<typename stream_t>
void seqan3::sam_flag_printer< sam_flag >::operator() ( stream_t & stream,
sam_flag const arg ) const
inlineconstexpr

Prints the sam flag.

Template Parameters
stream_tThe output stream type.
Parameters
[in,out]streamThe output stream.
[in]argThe sam flag to print.

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