49template <std::copy_constructible callback_t>
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
A "pretty printer" for most SeqAn data structures and related types.
Definition debug_stream_type.hpp:79
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