SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
type_traits.hpp File Reference

Provides various transformation traits used by the range module. More...

+ Include dependency graph for type_traits.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::range_innermost_value< t >
 Recursively determines the value_type on containers and/or iterators. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Typedefs

template<typename t >
using seqan3::range_innermost_value_t = typename range_innermost_value< t >::type
 Shortcut for seqan3::range_innermost_value (transformation_trait shortcut). More...
 

Variables

template<typename t >
constexpr size_t seqan3::range_dimension_v = 1
 Returns the number of times you can call seqan3::value_type_t recursively on t (type trait). More...
 

Detailed Description

Provides various transformation traits used by the range module.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>