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