42 template <
typename type_t,
typename default_t>
51 template <
typename type_t,
typename default_t>
52 using transformation_trait_or_t =
typename transformation_trait_or<type_t, default_t>::type;
Provides the concepts seqan3::transformation_trait and seqan3::unary_type_trait.
Definition: aligned_sequence_concept.hpp:36
Provides C++20 additions to the type_traits header.
The identity transformation (a transformation_trait that returns the input).
Definition: type_traits:31