Provides seqan3::search_cfg::parallel configuration. More...
#include <seqan3/core/algorithm/configuration_element_parallel_mode.hpp>#include <seqan3/search/configuration/detail.hpp>
Include dependency graph for parallel.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 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. More... | |
Provides seqan3::search_cfg::parallel configuration.