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...)> 의 public 멤버 함수)
std::move_only_function 객체를 파괴합니다
( std::move_only_function 의 public 멤버 함수)