The result type of invoking the member pointer with A....

Synopsis

Declared in <folly/functional/Invoke.h>

template<typename... A>
using result = decltype(std::mem_fn(FOLLY_DECLVAL(P))(FOLLY_DECLVAL(A&&)...));

Created with MrDocs