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...>
rpp::constraint::is_nothrow_invocable
Definition
constraints.hpp:53
rpp
constraint
is_nothrow_invocable
Generated by
1.12.0