std::copyable_function::~copyable_function
Min standard notice:
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)
Destroys the std::copyable_function object. If the std::copyable_function is not empty, its target is also destroyed.
~copyable_function();
(since C++26)