std::copyable_function::~copyable_function
From cppreference.com
< cpp | utility | functional | copyable function
~copyable_function(); |
(since C++26) | |
Destroys the std::copyable_function
object. If the std::copyable_function
is not empty, its target is also destroyed.
See also
destroys a std::function instance (public member function of std::function<R(Args...)> ) | |
destroys a std::move_only_function object (public member function of std::move_only_function ) |