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

Function take_while

src/rpp/rpp/operators/take_while.hpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 template<typename Fn>
94 requires (!utils::is_not_template_callable<Fn> || std::same_as<bool, std::invoke_result_t<Fn, rpp::utils::convertible_to_any>>)
95 auto take_while(Fn&& predicate)
96 {
97 return details::take_while_t<std::decay_t<Fn>>{std::forward<Fn>(predicate)};
98 }
99} // namespace rpp::operators

Callers 8

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
get_shapes_to_drawFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected