This is the complete list of members for MR::FunctionRef< R(Args...)>, including all inherited members.
| FunctionRef() noexcept=delete | MR::FunctionRef< R(Args...)> | |
| FunctionRef(const FunctionRef &rhs) noexcept=default | MR::FunctionRef< R(Args...)> | |
| FunctionRef(F &&f) noexcept | MR::FunctionRef< R(Args...)> | inline |
| operator()(Args... args) const | MR::FunctionRef< R(Args...)> | inline |
| operator=(const FunctionRef &rhs) noexcept=default | MR::FunctionRef< R(Args...)> | |
| operator=(F &&f) noexcept | MR::FunctionRef< R(Args...)> | inline |
| swap(FunctionRef &rhs) noexcept | MR::FunctionRef< R(Args...)> | inline |