SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
debug_stream_simd.hpp File Reference

Provides seqan3::debug_stream overload for seqan3::simd::simd_type. More...

+ Include dependency graph for debug_stream_simd.hpp:

Go to the source code of this file.

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Functions

template<typename char_t , typename simd_t >
requires simd::simd_concept<std::remove_cvref_t<simd_t>>
debug_stream_type< char_t > & seqan3::operator<< (debug_stream_type< char_t > &s, simd_t &&simd)
 Overload for debug_stream for simd types.
 

Detailed Description

Provides seqan3::debug_stream overload for seqan3::simd::simd_type.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>
Hide me