Provides seqan3::align_cfg::on_result. More...
#include <type_traits>#include <seqan3/alignment/configuration/detail.hpp>#include <seqan3/core/algorithm/pipeable_config_element.hpp>#include <seqan3/core/semiregular_box.hpp>
Include dependency graph for align_config_on_result.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | seqan3::align_cfg::on_result< callback_t > |
| Configuration element to provide a user defined callback function for the alignment. More... | |
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| seqan3::align_cfg | |
| A special sub namespace for the alignment configurations. | |
Functions | |
Type deduction guides | |
| template<std::move_constructible callback_t> | |
| seqan3::align_cfg::on_result (callback_t &&) -> on_result< std::decay_t< callback_t >> | |
| Deduces the callback type from a forwarding constructor argument. | |
Provides seqan3::align_cfg::on_result.