NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
function< Res(Args...)> 成员列表

成员的完整列表,这些成员属于 function< Res(Args...)>,包括所有继承而来的类成员

function(nullptr_t np=nullptr) noexceptfunction< Res(Args...)>inline
function(const function &other)function< Res(Args...)>inline
function(function &&other) noexceptfunction< Res(Args...)>inline
function(F &&callable) noexcept(handler_t< F >::template nothrow_init< F >())function< Res(Args...)>inline
operator bool() const noexceptfunction< Res(Args...)>inlineexplicit
operator()(Args &&... args) constfunction< Res(Args...)>inline
operator=(const function &other)function< Res(Args...)>inline
operator=(function &&other) noexceptfunction< Res(Args...)>inline
operator=(nullptr_t np) noexceptfunction< Res(Args...)>inline
operator=(F &&callable) noexcept(handler_t< F >::template nothrow_init< F >())function< Res(Args...)>inline
operator=(reference_wrapper< F > wrapper) noexceptfunction< Res(Args...)>inline
result_type typedeffunction< Res(Args...)>
swap(function &other) noexceptfunction< Res(Args...)>inline
target() const noexceptfunction< Res(Args...)>inline
target() noexceptfunction< Res(Args...)>inline
target_type() const noexceptfunction< Res(Args...)>inline