Holds the result type of invoking F with A...; mimics std::invoke_result.
F
A...
Declared in <folly/functional/Invoke.h>
<folly/functional/Invoke.h>
template< typename F, typename... A> using invoke_result = invoke_detail::invoke_result<void, F, A...>;