|
noexcept |
Invokes a Callable object with a given set of arguments. Implements behaviour of the C++17 std::invoke function via C++11.
F | is a type of the callable. |
ArgTypes | is a type of arguments forwarded to the callable. |
f | the callable. |
args | the arguments forwarded to the callable. |