std::copyable_function::~copyable_function

Destroys the std::copyable_function object. If the std::copyable_function is not empty, its target is also destroyed.

# Declarations

~copyable_function();

(since C++26)

# See also