ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
Loading...
Searching...
No Matches
rpp::details::resume_callable Concept Reference
Concept definition
template
<
typename
Fn>
concept
rpp::details::resume_callable
= std::invocable<Fn, std::exception_ptr> &&
constraint::observable<utils::decayed_invoke_result_t<Fn, std::exception_ptr>
>
rpp::constraint::observable
Definition:
constraints.hpp:19
rpp::details::resume_callable
Definition:
on_error_resume_next.hpp:29
rpp
details
resume_callable
Generated by
1.9.7