MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / flat_map

Function flat_map

src/rpp/rpp/operators/flat_map.hpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 template<typename Fn>
67 requires (!utils::is_not_template_callable<Fn> || rpp::constraint::observable<std::invoke_result_t<Fn, rpp::utils::convertible_to_any>>)
68 auto flat_map(Fn&& callable)
69 {
70 return details::flat_map_t<std::decay_t<Fn>>{std::forward<Fn>(callable)};
71 }
72
73} // namespace rpp::operators

Callers 8

test_flat_map.cppFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected