|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
通用函数包装器及相关工具 更多...
类 | |
| class | function< Sign > |
| 函数包装器主模板声明 更多... | |
| class | function< Res(Args...)> |
| 通用函数包装器类模板 更多... | |
函数 | |
| template<typename Res, typename... Args> | |
| bool | operator== (const function< Res(Args...)> &f, nullptr_t np) noexcept |
| 等于空指针比较 | |
| template<typename Res, typename... Args> | |
| bool | operator== (nullptr_t np, const function< Res(Args...)> &f) noexcept |
| 等于空指针比较 | |
| template<typename Res, typename... Args> | |
| bool | operator!= (const function< Res(Args...)> &f, nullptr_t np) noexcept |
| 不等于空指针比较 | |
| template<typename Res, typename... Args> | |
| bool | operator!= (nullptr_t np, const function< Res(Args...)> &f) noexcept |
| 不等于空指针比较 | |
通用函数包装器及相关工具
|
noexcept |
不等于空指针比较
| Res | 返回类型 |
| Args | 参数类型 |
| f | function对象 |
| np | 空指针字面量 |
在文件 functional/function.hpp 第 553 行定义.
|
noexcept |
不等于空指针比较
| Res | 返回类型 |
| Args | 参数类型 |
| np | 空指针字面量 |
| f | function对象 |
在文件 functional/function.hpp 第 566 行定义.
|
noexcept |
等于空指针比较
| Res | 返回类型 |
| Args | 参数类型 |
| f | function对象 |
| np | 空指针字面量 |
在文件 functional/function.hpp 第 527 行定义.
|
noexcept |
等于空指针比较
| Res | 返回类型 |
| Args | 参数类型 |
| np | 空指针字面量 |
| f | function对象 |
在文件 functional/function.hpp 第 540 行定义.