 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
105 template <
typename t>
129 template <
typename t>
136 template <
typename t>
158 template <
typename t>
165 template <
typename t>
187 template <
typename t>
194 template <
typename t>
typename difference_type< t >::type difference_type_t
Shortcut for seqan3::difference_type (transformation_trait shortcut).
Definition: pre.hpp:166
typename reference< t >::type reference_t
Shortcut for seqan3::reference (transformation_trait shortcut).
Definition: pre.hpp:77
typename size_type< t >::type size_type_t
Shortcut for seqan3::size_type (transformation_trait shortcut).
Definition: pre.hpp:195
typename const_reference< t >::type const_reference_t
Shortcut for seqan3::const_reference (transformation_trait shortcut).
Definition: pre.hpp:137
Exposes the value_type of another type.
Definition: pre.hpp:41
typename value_type< t >::type value_type_t
Shortcut for seqan3::value_type (transformation_trait shortcut).
Definition: pre.hpp:48
Exposes the difference_type of another type.
Definition: pre.hpp:159
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:36
Exposes the reference of another type.
Definition: pre.hpp:70
Exposes the size_type of another type.
Definition: pre.hpp:188
Exposes the const_reference of another type.
Definition: pre.hpp:130
typename rvalue_reference< t >::type rvalue_reference_t
Shortcut for seqan3::rvalue_reference (transformation_trait shortcut).
Definition: pre.hpp:106
Exposes the rvalue_reference of another type.
Definition: pre.hpp:99