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;
83template <std::move_constructible callback_t>
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.
search_config_id
Specifies an id for every configuration element.
Definition search/configuration/detail.hpp:40
@ on_result
Identifier for the configuration to pass a user defined callable.
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