YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
容器插入函数对象。 更多...
#include <container.hpp>
Public 类型 | |
using | container_type = _tCon |
Public 成员函数 | |
container_inserter (_tCon &c) | |
template<typename... _tParams> | |
auto | operator() (_tParams &&...args) -> decltype(container->insert(std::forward< _tParams >(args)...)) |
Protected 属性 | |
_tCon * | container |
容器插入函数对象。
在文件 container.hpp 第 308 行定义.
using ystdex::container_inserter< _tCon >::container_type = _tCon |
在文件 container.hpp 第 311 行定义.
|
inline |
在文件 container.hpp 第 317 行定义.
|
inline |
在文件 container.hpp 第 323 行定义.
参考 YSLib::UI::args, ystdex::container_inserter< _tCon >::container, yassume , 以及 yforward.
|
protected |
在文件 container.hpp 第 314 行定义.