SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
variant.hpp File Reference

Provides seqan3::debug_stream and related types. More...

Include dependency graph for variant.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::std_variant_printer< std::variant< variant_ts... > >
 A std::variant can be printed by visiting the stream operator for the corresponding type. More...

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.

Detailed Description

Provides seqan3::debug_stream and related types.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me