|
fastdo
0.6.16
|
#include <utilities.hpp>


额外继承的成员函数 | |
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 |
在文件 utilities.hpp 第 52 行定义.