SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Prints seqan3::dynamic_bitset.
#include <seqan3/utility/container/dynamic_bitset.hpp>
Public Member Functions | |
template<typename stream_t , typename arg_t > | |
constexpr void | operator() (stream_t &stream, arg_t &&arg) const |
Prints the dynamic bitset. | |
Prints seqan3::dynamic_bitset.
|
inlineconstexpr |
Prints the dynamic bitset.
stream_t | The type of the stream. |
arg_t | The type of the argument. |
[in,out] | stream | The output stream. |
[in] | arg | The dynamic bitset to print. |