18 namespace seqan3::detail
26 t operator()(t
const && arg)
const
33 t
const & operator()(t
const & arg)
const
Provides various type traits for use on functions.
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
auto const as_const
A view that provides only const & to elements of the underlying range.
Definition: as_const.hpp:87
auto const move
A view that turns lvalue-references into rvalue-references.
Definition: move.hpp:68
The SeqAn namespace for views.
Definition: view_iota_simd.hpp:218
Adaptations of concepts from the Ranges TS.