MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
bind_helper< IntLike, Func, BoundArgs > 模板结构体 参考

bind辅助类型推导器 更多...

#include <bind.hpp>

Public 类型

using func_type = decay_t<Func>
 函数类型
using type = binder<func_type(decay_t<BoundArgs>...)>
 推导出的binder类型

详细描述

template<bool IntLike, typename Func, typename... BoundArgs>
struct bind_helper< IntLike, Func, BoundArgs >

bind辅助类型推导器

模板参数
IntLike是否为整数类型
Func函数类型
BoundArgs绑定参数类型

在文件 bind.hpp747 行定义.


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