folly::invoke_result

Holds the result type of invoking F with A...; mimics std::invoke_result.

Synopsis

Declared in <folly/functional/Invoke.h>

template<
    typename F,
    typename... A>
using invoke_result = invoke_detail::invoke_result<void, F, A...>;