Namespaces
Variants

std::move_only_function:: ~move_only_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* )
~move_only_function ( ) ;
(C++23以降)

std::move_only_function オブジェクトを破棄します。 std::move_only_function が空でない場合、そのターゲットも破棄されます。

関連項目

std::functionインスタンスを破棄する
( std::function<R(Args...)> の公開メンバ関数)