The result type of invoking F with A....

Synopsis

Declared in <folly/functional/Invoke.h>

template<
    typename F,
    typename... A>
using invoke_result_t = traits<F>::result<A...>;

Created with MrDocs