proxygen
|
This is the complete list of members for folly::pushmi::invoke_fn, including all inherited members.
mem_fn_t typedef | folly::pushmi::invoke_fn | private |
operator()(F &&f, As &&...as) const noexcept(noexcept(((F &&) f)((As &&) as...))) -> decltype(((F &&) f)((As &&) as...)) | folly::pushmi::invoke_fn | inline |
operator()(F &&f, As &&...as) const noexcept(noexcept(std::declval< mem_fn_t< F >>()((As &&) as...))) -> decltype(std::mem_fn(f)((As &&) as...)) | folly::pushmi::invoke_fn | inline |