|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 function< Res(Args...)>,包括所有继承而来的类成员
| function(nullptr_t np=nullptr) noexcept | function< Res(Args...)> | inline |
| function(const function &other) | function< Res(Args...)> | inline |
| function(function &&other) noexcept | function< Res(Args...)> | inline |
| function(F &&callable) noexcept(handler_t< F >::template nothrow_init< F >()) | function< Res(Args...)> | inline |
| operator bool() const noexcept | function< Res(Args...)> | inlineexplicit |
| operator()(Args &&... args) const | function< Res(Args...)> | inline |
| operator=(const function &other) | function< Res(Args...)> | inline |
| operator=(function &&other) noexcept | function< Res(Args...)> | inline |
| operator=(nullptr_t np) noexcept | function< Res(Args...)> | inline |
| operator=(F &&callable) noexcept(handler_t< F >::template nothrow_init< F >()) | function< Res(Args...)> | inline |
| operator=(reference_wrapper< F > wrapper) noexcept | function< Res(Args...)> | inline |
| result_type typedef | function< Res(Args...)> | |
| swap(function &other) noexcept | function< Res(Args...)> | inline |
| target() const noexcept | function< Res(Args...)> | inline |
| target() noexcept | function< Res(Args...)> | inline |
| target_type() const noexcept | function< Res(Args...)> | inline |