NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
phmap::base_internal::MemFunAndRef结构体 参考

#include <phmap_base.h>

类 phmap::base_internal::MemFunAndRef 继承关系图:
phmap::base_internal::StrippedAccept< MemFunAndRef >

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)
 

成员函数说明

◆ Invoke()

template<typename MemFun , typename Obj , typename... Args>
static decltype((std::declval< Obj >().* std::declval< MemFun >())(std::declval< Args >()...)) phmap::base_internal::MemFunAndRef::Invoke ( MemFun &&  mem_fun,
Obj &&  obj,
Args &&...  args 
)
inlinestatic

该结构体的文档由以下文件生成: