ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::constraint::is_nothrow_invocable Concept Reference

Concept definition

template<typename Fn, typename... Args>
concept rpp::constraint::is_nothrow_invocable = std::is_nothrow_invocable_v<Fn, Args...>
Definition constraints.hpp:53