Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::invoke_result< Fn, Args > Class Template Reference

Determines the return type of a functor invoked with the specified arguments. More...

Inheritance diagram for arene::base::invoke_result< Fn, Args >:
Inheritance graph

Detailed Description

template<typename Fn, typename... Args>
class arene::base::invoke_result< Fn, Args >

Determines the return type of a functor invoked with the specified arguments.

Template Parameters
FnThe functor type.
ArgsThe functor parameter types.

The documentation for this class was generated from the following file: