#include <di/function/invoke.h>
|
template<typename F, typename... Args>
requires (concepts::Invocable<F, Args...>) |
constexpr auto | operator() (F &&f, Args &&... args) const -> meta::InvokeResult< F, Args... > |
|
◆ operator()()
template<typename F, typename... Args>
requires (concepts::Invocable<F, Args...>)
auto di::function::detail::InvokeFunction::operator() |
( |
F && | f, |
|
|
Args &&... | args ) const -> meta::InvokeResult<F, Args...> |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: