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