std::function<R(Args...)>::~function
Min standard notice:
Destroys the std::function instance. If the std::function is not empty, its target is destroyed also.
# Declarations
~function();
(since C++11)
Destroys the std::function instance. If the std::function is not empty, its target is destroyed also.
~function();
(since C++11)