![]() |
NIM 跨平台 C++ SDK
|
#include <phmap_base.h>
类 | |
struct | AcceptImpl |
struct | AcceptImpl< R(C::*)(Params...) const, Obj, Args... > |
struct | AcceptImpl< R(C::*)(Params...), Obj, Args... > |
静态 Public 成员函数 | |
template<typename MemFun , typename Obj , typename... Args> | |
static decltype((std::declval< Obj >().*std::declval< MemFun >())(std::declval< Args >()...)) | Invoke (MemFun &&mem_fun, Obj &&obj, Args &&... args) |
|
inlinestatic |