YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ystdex::call_projection< std::function< _tRet(_tParams...)>, variadic_sequence< _vSeq...> > 模板结构体 参考

#include <functional.hpp>

类 ystdex::call_projection< std::function< _tRet(_tParams...)>, variadic_sequence< _vSeq...> > 继承关系图:
ystdex::call_projection< std::function< _tRet(_tParams...)>, variadic_sequence< _vSeq...> > 的协作图:

额外继承的成员函数

- 静态 Private 成员函数 继承自 ystdex::call_projection< _tRet(_tParams...), variadic_sequence< _vSeq...> >
template<typename _fCallable >
static _tRet call (_fCallable &&f, std::tuple< _tParams...> &&args, remove_reference_t< decltype(std::forward< decltype(f)>(f)(std::forward< decltype(std::get< _vSeq >(std::move(args)))>(std::get< _vSeq >(std::move(args)))...))> *={})
 

详细描述

template<typename _tRet, typename... _tParams, size_t... _vSeq>
struct ystdex::call_projection< std::function< _tRet(_tParams...)>, variadic_sequence< _vSeq...> >

自从
build 448

在文件 functional.hpp338 行定义.


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