tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
invoke_r.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename R, typename F, typename... Args>
requires (etl::is_invocable_r_v<R, F, Args...>)
constexpr auto invoke_r (F &&f, Args &&... args) -> R