Definitions relating to a compatible replacement for std::invoke.
More...
Go to the source code of this file.
|
|
template<typename R , typename F , typename... Args, std::enable_if_t< std::is_invocable_r_v< R, F, Args... >, int > = 0> |
| constexpr R | OpenKalman::stdex::invoke_r (F &&f, Args &&... args) noexcept(std::is_nothrow_invocable_r_v< R, F, Args... >) |
| |
Definitions relating to a compatible replacement for std::invoke.