|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
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... | |
The same as std::conditional but for template template parameters.
If B is true, selector<B, T, F>::template select inherits T, otherwise F.