SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::debug_stream and related types. More...
Go to the source code of this file.
Classes | |
class | seqan3::debug_stream_type< char_t > |
A "pretty printer" for most SeqAn data structures and related types. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Enumerations | |
enum | seqan3::fmtflags2 { seqan3::none = 0 , seqan3::utf8 = 1 , seqan3::small_int_as_number = 1 << 1 , default_ = small_int_as_number } |
Flags that change the behaviour of the seqan3::debug_stream. More... | |
Functions | |
template<typename char_t , typename t > | |
debug_stream_type< char_t > & | seqan3::operator<< (debug_stream_type< char_t > &s, t &&v) |
Forwards to the underlying stream object. | |
Provides seqan3::debug_stream and related types.