71 [] (
auto & arg) -> decltype(
auto) {
return std::move(arg); }
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 move
A view that turns lvalue-references into rvalue-references.
Definition: move.hpp:68