|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 function< Res(Args...)>,包括所有继承而来的类成员
| function(nullptr_t null=nullptr) noexcept | function< Res(Args...)> | inline |
| function(const function &x) | function< Res(Args...)> | inline |
| function(function &&x) noexcept | function< Res(Args...)> | inline |
| function(F &&f) noexcept(handler_t< F >::template nothrow_init< F >()) | function< Res(Args...)> | inline |
| operator bool() const noexcept | function< Res(Args...)> | inlineexplicit |
| operator()(Args &&... args) const noexcept(noexcept(invoker_(func_, _MSTL forward< Args >(args)...))) | function< Res(Args...)> | inline |
| operator=(const function &x) | function< Res(Args...)> | inline |
| operator=(function &&x) noexcept | function< Res(Args...)> | inline |
| operator=(nullptr_t null) noexcept | function< Res(Args...)> | inline |
| operator=(F &&f) noexcept(handler_t< F >::template nothrow_init< F >()) | function< Res(Args...)> | inline |
| operator=(reference_wrapper< F > f) noexcept | function< Res(Args...)> | inline |
| result_type typedef | function< Res(Args...)> | |
| swap(function &x) 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 |