Function call operators
Synopses
Declared in <beman/copyable_function/copyable_function_impl.hpp>
R
operator()(Args...&&... args) const && noexcept(true);
R
operator()(Args...&&... args) & noexcept(true);
R
operator()(Args...&&... args) && noexcept(true);
R
operator()(Args...&&... args) const & noexcept(true);
R
operator()(Args...&&... args) noexcept(false);
R
operator()(Args...&&... args) const noexcept(true);