OpenKalman
Functions
invoke.hpp File Reference

Definitions relating to a compatible replacement for std::invoke. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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... >)
 

Detailed Description

Definitions relating to a compatible replacement for std::invoke.