proxygen
folly::ApplyInvoke Member List

This is the complete list of members for folly::ApplyInvoke, including all inherited members.

invoke_(F &&f, T &&t, index_sequence< I... >) noexcept(is_nothrow_invocable< F &&, decltype(get< I >(std::declval< T >()))... >::value) -> invoke_result_t< F &&, decltype(get< I >(std::declval< T >()))... >folly::detail::apply_tuple::adl::ApplyInvokeinlineprivatestatic
operator()(F &&f, T &&t) const noexcept(noexcept(invoke_(static_cast< F && >(f), static_cast< T && >(t), seq< T >{}))) -> decltype(invoke_(static_cast< F && >(f), static_cast< T && >(t), seq< T >folly::ApplyInvokeinline
seq typedeffolly::detail::apply_tuple::adl::ApplyInvokeprivate