|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
bind辅助类型推导器 更多...
#include <bind.hpp>
Public 类型 | |
| using | func_type = decay_t<Func> |
| 函数类型 | |
| using | type = binder<func_type(decay_t<BoundArgs>...)> |
| 推导出的binder类型 | |
bind辅助类型推导器
| IntLike | 是否为整数类型 |
| Func | 函数类型 |
| BoundArgs | 绑定参数类型 |