std::function<R(Args...)>::~function
来自 cppreference.com
< cpp | utility | functional | function
~function(); |
(自 C++11 起) | |
销毁 std::function 实例。如果 std::function
不是 空的,它的 目标 也会被销毁。
[编辑] 参见
销毁 std::move_only_function 对象( std::move_only_function 的公有成员函数) |