Prints simd types.
More...
#include <seqan3/utility/simd/detail/debug_stream_simd.hpp>
|
template<typename stream_t , typename arg_t > |
constexpr void | operator() (stream_t &stream, arg_t &&arg) const |
| Prints the simd value.
|
|
template<simd::simd_concept simd_t>
struct seqan3::simd_printer< simd_t >
Prints simd types.
- Template Parameters
-
simd_t | The simd type to print. |
◆ operator()()
template<simd::simd_concept simd_t>
template<typename stream_t , typename arg_t >
Prints the simd value.
- Template Parameters
-
stream_t | The type of the stream. |
arg_t | The type of the argument. |
- Parameters
-
[in,out] | stream | The output stream. |
[in] | arg | The simd type to print. |
The documentation for this struct was generated from the following file: