Namespaces
Variants

std::copyable_function:: ~copyable_function

From cppreference.net
Utilities library
Function objects
Function invocation
(C++17) (C++23)
Identity function object
(C++20)
Old binders and adaptors
( until C++17* )
( until C++17* )
( until C++17* )
( until C++17* )
( until C++17* ) ( until C++17* ) ( until C++17* ) ( until C++17* )
( until C++20* )
( until C++20* )
( until C++17* ) ( until C++17* )
( until C++17* ) ( until C++17* )

( until C++17* )
( until C++17* ) ( until C++17* ) ( until C++17* ) ( until C++17* )
( until C++20* )
( until C++20* )
~copyable_function ( ) ;
(自 C++26 起)

销毁 std::copyable_function 对象。如果该 std::copyable_function 非空,其目标对象也会被销毁。

参见

销毁 std::function 实例
( std::function<R(Args...)> 的公开成员函数)
销毁 std::move_only_function 对象
( std::move_only_function 的公开成员函数)