 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
28 #ifdef SEQAN3_DEPRECATED_310
76 #ifdef SEQAN3_DEPRECATED_310
104 template <
typename t>
114 template <
typename t>
124 #ifdef SEQAN3_DEPRECATED_310
128 template <
typename t>
132 template <
typename t>
152 template <
typename t>
162 template <
typename t>
172 #ifdef SEQAN3_DEPRECATED_310
176 template <
typename t>
180 template <
typename t>
202 template <
typename t>
213 template <
typename t>
224 #ifdef SEQAN3_DEPRECATED_310
228 template <
typename t>
232 template <
typename t>
252 template <
typename t>
263 template <
typename t>
274 #ifdef SEQAN3_DEPRECATED_310
278 template <
typename t>
282 template <
typename t>
304 template <
typename t>
315 template <
typename t>
typename detail::value_type_t< t > value_type_t
Shortcut for seqan3::value_type (transformation_trait shortcut).
Definition: pre.hpp:67
Exposes the value_type of another type.
Definition: pre.hpp:58
typename detail::const_reference_t< t > const_reference_t
Shortcut for seqan3::const_reference (transformation_trait shortcut).
Definition: pre.hpp:214
typename detail::size_type_t< t > size_type_t
Shortcut for seqan3::size_type (transformation_trait shortcut).
Definition: pre.hpp:316
typename detail::difference_type_t< t > difference_type_t
Shortcut for seqan3::difference_type (transformation_trait shortcut).
Definition: pre.hpp:264
Exposes the difference_type of another type.
Definition: pre.hpp:254
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29
Exposes the reference of another type.
Definition: pre.hpp:106
Exposes the size_type of another type.
Definition: pre.hpp:306
typename detail::reference_t< t > reference_t
Shortcut for seqan3::reference (transformation_trait shortcut).
Definition: pre.hpp:115
Exposes the const_reference of another type.
Definition: pre.hpp:204
typename detail::rvalue_reference_t< t > rvalue_reference_t
Shortcut for seqan3::rvalue_reference (transformation_trait shortcut).
Definition: pre.hpp:163
Exposes the rvalue_reference of another type.
Definition: pre.hpp:154