fastdo  0.6.8
winux::FuncTraits< std::function< _RetType __stdcall(_ArgTypes...) > > 模板结构体 参考

#include <utilities.hpp>

类 winux::FuncTraits< std::function< _RetType __stdcall(_ArgTypes...) > > 继承关系图:
winux::FuncTraits< std::function< _RetType __stdcall(_ArgTypes...) > > 的协作图:

额外继承的成员函数

- Public 类型 继承自 winux::FuncTraits< _RetType __stdcall(_ArgTypes...) >
enum  { Arity = sizeof...(_ArgTypes) }
 
using ReturnType = _RetType
 
using FunctionType = _RetType __stdcall(_ArgTypes...)
 
using FunctionPtr = _RetType(__stdcall *)(_ArgTypes...)
 
using ParamsTuple = std::tuple< _ArgTypes... >
 
using StdFunction = std::function< FunctionType >
 
using ClassType = void
 

详细描述

template<typename _RetType, typename... _ArgTypes>
struct winux::FuncTraits< std::function< _RetType __stdcall(_ArgTypes...) > >

在文件 utilities.hpp52 行定义.


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