49template <std::copy_constructible callback_t>
54 seqan3::detail::copyable_wrapper_t<callback_t>
callback;
75 static constexpr seqan3::detail::align_config_id
id{seqan3::detail::align_config_id::on_result};
82template <std::copy_constructible callback_t>
Provides some utility functions for the alignment configurations.
Configuration element to provide a user defined callback function for the alignment.
Definition align_config_on_result.hpp:51
~on_result()=default
Defaulted.
constexpr on_result()=default
Defaulted.
constexpr on_result(on_result &&)=default
Defaulted.
constexpr on_result & operator=(on_result &&)=default
Defaulted.
constexpr on_result & operator=(on_result const &)=default
Defaulted.
constexpr on_result(callback_t &&callback)
Constructs the configuration element with the given user callback.
Definition align_config_on_result.hpp:69
constexpr on_result(on_result const &)=default
Defaulted.
seqan3::detail::copyable_wrapper_t< callback_t > callback
The stored callable which will be invoked with the alignment result.
Definition align_config_on_result.hpp:54
Provides seqan3::detail::copyable_wrapper.
A special sub namespace for the alignment configurations.
Definition align_config_band.hpp:22
SeqAn specific customisations in the standard namespace.
Provides seqan3::pipeable_config_element.
Adds pipe interface to configuration elements.
Definition pipeable_config_element.hpp:29