ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
Loading...
Searching...
No Matches
rpp::constraint::on_next_fn Concept Reference
Concept definition
template
<
typename
Fn,
typename
Type>
concept
rpp::constraint::on_next_fn
= std::invocable<std::decay_t<Fn>, Type>
rpp::constraint::on_next_fn
Definition:
fwd.hpp:25
rpp
constraint
on_next_fn
Generated by
1.9.7