YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ystdex::variadic_param< _vN > 模板结构体 参考

变长参数操作模板。 更多...

#include <functional.hpp>

静态 Public 成员函数

template<typename _type , typename... _tParams>
static auto get (_type &&, _tParams &&...args) -> decltype(variadic_param< _vN-1 >::get(std::forward< decltype(args)>(args)...))
 

详细描述

template<size_t _vN>
struct ystdex::variadic_param< _vN >

变长参数操作模板。

自从
build 412

在文件 functional.hpp73 行定义.

成员函数说明

template<size_t _vN>
template<typename _type , typename... _tParams>
static auto ystdex::variadic_param< _vN >::get ( _type &&  ,
_tParams &&...  args 
) -> decltype(variadic_param<_vN - 1>::get(std::forward<decltype( args )>( args )...))
inlinestatic

在文件 functional.hpp77 行定义.

参考 YSLib::UI::args , 以及 yforward.

参考自 ystdex::varg().

这是这个函数的调用关系图:


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