SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::simd_printer< simd_t > Struct Template Reference

Prints simd types. More...

#include <seqan3/utility/simd/detail/debug_stream_simd.hpp>

Public Member Functions

template<typename stream_t , typename arg_t >
constexpr void operator() (stream_t &stream, arg_t &&arg) const
 Prints the simd value.
 

Detailed Description

template<simd::simd_concept simd_t>
struct seqan3::simd_printer< simd_t >

Prints simd types.

Template Parameters
simd_tThe simd type to print.

Member Function Documentation

◆ operator()()

template<simd::simd_concept simd_t>
template<typename stream_t , typename arg_t >
constexpr void seqan3::simd_printer< simd_t >::operator() ( stream_t &  stream,
arg_t &&  arg 
) const
inlineconstexpr

Prints the simd value.

Template Parameters
stream_tThe type of the stream.
arg_tThe type of the argument.
Parameters
[in,out]streamThe output stream.
[in]argThe simd type to print.

The documentation for this struct was generated from the following file:
Hide me