YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
变长参数操作模板。 更多...
#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)...)) |
变长参数操作模板。
在文件 functional.hpp 第 73 行定义.
|
inlinestatic |