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 O , typename... Args> | |
using | invoke_result_t = folly::invoke_result_t< Invoke, O, Args... > |
using | invoke_type = Invoke |
Public Member Functions | |
static_cast (o) | |
static_cast (args)...)) | |
Static Public Member Functions | |
template<typename O , typename... Args> | |
static constexpr auto | invoke (O &&o, Args &&...args) noexcept(noexcept(Invoke{}(static_cast< O && >(o), static_cast< Args && >(args)...))) -> decltype(Invoke |
using folly::detail::member_invoke_proxy< Invoke >::invoke_result_t = folly::invoke_result_t<Invoke, O, Args...> |
using folly::detail::member_invoke_proxy< Invoke >::invoke_type = Invoke |
|
inlinestaticnoexcept |
Definition at line 329 of file Invoke.h.
|
inline |
Definition at line 331 of file Invoke.h.
References testing::Invoke().
folly::detail::member_invoke_proxy< Invoke >::static_cast | ( | o | ) |