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

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

#include <concepts>
#include <type_traits>
#include <seqan3/core/debug_stream/debug_stream_type.hpp>
Include dependency graph for byte.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::std_byte_printer< std::byte >
 A std::byte can be printed by printing its value as integer. More...

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.

Detailed Description

Provides seqan3::debug_stream and related types.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>
Hide me