SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::selector< B, T, F > Struct Template Reference

The same as std::conditional but for template template parameters. More...

#include <seqan3/alignment/pairwise/edit_distance_fwd.hpp>

Classes

struct  select
 Depending on B, select is the template template parameter T or F. More...
 

Detailed Description

template<bool B, template< typename... > typename T, template< typename... > typename F>
struct seqan3::detail::selector< B, T, F >

The same as std::conditional but for template template parameters.

If B is true, selector<B, T, F>::template select inherits T, otherwise F.


The documentation for this struct was generated from the following file:
Hide me