14#include <seqan3/contrib/std/detail/movable_box.hpp>
50template <std::move_constructible callback_t>
55 seqan::stl::detail::movable_box_t<callback_t>
callback;
76 static constexpr seqan3::detail::search_config_id
id{seqan3::detail::search_config_id::on_result};
83template <std::move_constructible callback_t>
A "pretty printer" for most SeqAn data structures and related types.
Definition debug_stream_type.hpp:79
Configuration element to provide a user defined callback function for the search.
Definition on_result.hpp:52
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 on_result.hpp:70
constexpr on_result()=default
Defaulted.
seqan::stl::detail::movable_box_t< callback_t > callback
The stored callable which will be invoked with the search result.
Definition on_result.hpp:55
constexpr on_result(on_result &&)=default
Defaulted.
constexpr on_result(on_result const &)=default
Defaulted.
~on_result()=default
Defaulted.
constexpr on_result & operator=(on_result &&)=default
Defaulted.
A special sub namespace for the search configurations.
SeqAn specific customisations in the standard namespace.
Provides seqan3::pipeable_config_element.
Provides compatibility matrix for search configurations.
Adds pipe interface to configuration elements.
Definition pipeable_config_element.hpp:29