SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::search_cfg::parallel configuration. More...
#include <seqan3/core/configuration/detail/configuration_element_parallel_mode.hpp>
#include <seqan3/search/configuration/detail.hpp>
Go to the source code of this file.
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::search_cfg |
A special sub namespace for the search configurations. | |
Typedefs | |
using | seqan3::search_cfg::parallel = seqan3::detail::parallel_mode< std::integral_constant< detail::search_config_id, detail::search_config_id::parallel > > |
Enables the parallel execution of the search algorithm if possible for the given configuration. | |
Provides seqan3::search_cfg::parallel configuration.