MSTL
1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
bindr_helper< Res, Func, BoundArgs > 模板结构体 参考
绑定函数
指定返回类型的bind辅助类型推导器
更多...
#include <
bind.hpp
>
详细描述
template<typename Res, typename Func, typename... BoundArgs>
struct bindr_helper< Res, Func, BoundArgs >
指定返回类型的bind辅助类型推导器
模板参数
Res
指定的返回类型
Func
函数类型
BoundArgs
绑定参数类型
在文件
bind.hpp
第
795
行定义.
该结构体的文档由以下文件生成:
bind.hpp
bindr_helper
制作者
1.16.0