|
RPNX::DataStructures
Header-only C++ data structures and supporting utilities.
|
This is the complete list of members for rpnx::function< R(Args...) >, including all inherited members.
| function() noexcept (defined in rpnx::function< R(Args...) >) | rpnx::function< R(Args...) > | inline |
| function(Functor &&f) noexcept(use_sbo< std::decay_t< Functor > >()) | rpnx::function< R(Args...) > | inline |
| function(function const &other) | rpnx::function< R(Args...) > | inline |
| function(function &&other) noexcept | rpnx::function< R(Args...) > | inline |
| operator bool() const noexcept | rpnx::function< R(Args...) > | inline |
| operator()(Args... args) | rpnx::function< R(Args...) > | inline |
| operator=(function const &other) | rpnx::function< R(Args...) > | inline |
| operator=(function &&other) noexcept | rpnx::function< R(Args...) > | inline |
| operator==(std::nullptr_t) const noexcept | rpnx::function< R(Args...) > | inline |
| tag_of(decltype(fn)&) | rpnx::function< R(Args...) > | inline |
| ~function() noexcept (defined in rpnx::function< R(Args...) >) | rpnx::function< R(Args...) > | inline |