24template <simd::simd_concept simd_t>
33 template <
typename stream_t,
typename arg_t>
34 constexpr void operator()(stream_t & stream, arg_t && arg)
const
40 for (
size_t i = 0; i < length; ++i)
34 constexpr void operator()(stream_t & stream, arg_t && arg)
const {
…}
Provides seqan3::debug_stream and related types.
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26
Provides seqan3::debug_stream and related types.
Provides seqan3::simd::simd_traits.
seqan3::simd::simd_traits is the trait class that provides uniform interface to the properties of sim...
Definition simd_traits.hpp:38
IMPLEMENTATION_DEFINED scalar_type
The underlying type of a simd vector (is not defined if simd_t does not model seqan3::simd::simd)
Definition simd_traits.hpp:42
constexpr void operator()(stream_t &stream, arg_t &&arg) const
Prints the simd value.
Definition debug_stream_simd.hpp:34
Definition default_printer.hpp:44
Provides seqan3::simd::simd_concept.