MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::FunctionRef< R(Args...)> Member List

This is the complete list of members for MR::FunctionRef< R(Args...)>, including all inherited members.

FunctionRef() noexcept=deleteMR::FunctionRef< R(Args...)>
FunctionRef(const FunctionRef &rhs) noexcept=defaultMR::FunctionRef< R(Args...)>
FunctionRef(F &&f) noexceptMR::FunctionRef< R(Args...)>inline
operator()(Args... args) constMR::FunctionRef< R(Args...)>inline
operator=(const FunctionRef &rhs) noexcept=defaultMR::FunctionRef< R(Args...)>
operator=(F &&f) noexceptMR::FunctionRef< R(Args...)>inline
swap(FunctionRef &rhs) noexceptMR::FunctionRef< R(Args...)>inline