proxygen
|
#include <Invoke.h>
Classes | |
struct | invoke_result |
struct | is_invocable |
struct | is_invocable_r |
struct | is_nothrow_invocable |
struct | is_nothrow_invocable_r |
Public Types | |
template<typename... Args> | |
using | invoke_result_t = folly::invoke_result_t< Invoke, Args... > |
using | invoke_type = Invoke |
Public Member Functions | |
static_cast (args)...)) | |
Static Public Member Functions | |
template<typename... Args> | |
static constexpr auto | invoke (Args &&...args) noexcept(noexcept(Invoke{}(static_cast< Args && >(args)...))) -> decltype(Invoke |
using folly::detail::free_invoke_proxy< Invoke >::invoke_result_t = folly::invoke_result_t<Invoke, Args...> |
using folly::detail::free_invoke_proxy< Invoke >::invoke_type = Invoke |
|
inlinestaticnoexcept |
Definition at line 189 of file Invoke.h.
References testing::Args().
|
inline |
Definition at line 191 of file Invoke.h.
References testing::Args(), and testing::Invoke().