SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
type_traits.hpp File Reference

Provides helper type traits for the configuration and execution of the alignment algorithm. More...

+ Include dependency graph for alignment/pairwise/detail/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::detail::alignment_configuration_traits< configuration_t >
 A traits type for the alignment algorithm that exposes static information stored within the alignment configuration object. More...
 
struct  seqan3::detail::alignment_function_traits< function_t >
 A traits class to provide a uniform access to the properties of the wrapped alignment algorithm. More...
 
struct  seqan3::detail::chunked_indexed_sequence_pairs< sequence_pairs_t >
 A transformation trait to retrieve the chunked range over indexed sequence pairs. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Detailed Description

Provides helper type traits for the configuration and execution of the alignment algorithm.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me