Assignment operator

Synopsis

Declared in <beman/copyable_function/copyable_function_impl.hpp>

template<class F>
copyable_function&
operator=(F&& f);

Return Value

Reference to the current object

Parameters

Name

Description

f

The object to move assign from