26 t operator()(t
const && arg)
const 33 t
const & operator()(t
const & arg)
const seqan3::type_list< trait_t< pack_t >... > transform
Apply a transformation trait to every type in the pack and return a seqan3::type_list of the results...
Definition: traits.hpp:307
The SeqAn namespace for views.
Definition: view_to_simd.hpp:672
Provides various type traits for use on functions.
Adaptations of concepts from the Ranges TS.
auto const as_const
A view that provides only const & to elements of the underlying range.
Definition: as_const.hpp:87
Definition: aligned_sequence_concept.hpp:36
auto const move
A view that turns lvalue-references into rvalue-references.
Definition: move.hpp:68