Provides various transformation trait base templates and shortcuts. More...
#include <seqan3/core/platform.hpp>
Include dependency graph for pre.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | seqan3::const_reference< t > |
Exposes the const_reference of another type. More... | |
| struct | seqan3::difference_type< t > |
Exposes the difference_type of another type. More... | |
| struct | seqan3::reference< t > |
Exposes the reference of another type. More... | |
| struct | seqan3::rvalue_reference< t > |
Exposes the rvalue_reference of another type. More... | |
| struct | seqan3::size_type< t > |
Exposes the size_type of another type. More... | |
| struct | seqan3::value_type< t > |
Exposes the value_type of another type. More... | |
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Typedefs | |
| template<typename t > | |
| using | seqan3::const_reference_t = typename detail::const_reference_t< t > |
| Shortcut for seqan3::const_reference (transformation_trait shortcut). More... | |
| template<typename t > | |
| using | seqan3::difference_type_t = typename detail::difference_type_t< t > |
| Shortcut for seqan3::difference_type (transformation_trait shortcut). More... | |
| template<typename t > | |
| using | seqan3::reference_t = typename detail::reference_t< t > |
| Shortcut for seqan3::reference (transformation_trait shortcut). More... | |
| template<typename t > | |
| using | seqan3::rvalue_reference_t = typename detail::rvalue_reference_t< t > |
| Shortcut for seqan3::rvalue_reference (transformation_trait shortcut). More... | |
| template<typename t > | |
| using | seqan3::size_type_t = typename detail::size_type_t< t > |
| Shortcut for seqan3::size_type (transformation_trait shortcut). More... | |
| template<typename t > | |
| using | seqan3::value_type_t = typename detail::value_type_t< t > |
| Shortcut for seqan3::value_type (transformation_trait shortcut). More... | |
Provides various transformation trait base templates and shortcuts.