#include <invoke.h>
Classes | |
struct | AcceptImpl |
struct | AcceptImpl< R(C::*)(Params...) const, Obj, Args...> |
struct | AcceptImpl< R(C::*)(Params...), Obj, Args...> |
Static Public Member Functions | |
template<typename MemFun , typename Obj , typename... Args> | |
static | decltype ((std::declval< Obj >().*std::declval< MemFun >())(std::declval< Args >()...)) Invoke(MemFun &&mem_fun |
Public Attributes | |
static Obj && | obj |
static absl::base_internal::MemFunAndRef::decltype | ( | (std::declval< Obj >().*std::declval< MemFun >())(std::declval< Args >()...) | ) | [static] |