proxygen
|
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::ApplyInvoke | inlineprivatestatic |
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::ApplyInvoke | inline |
seq typedef | folly::detail::apply_tuple::adl::ApplyInvoke | private |