Namespaces
Variants

std::reference_wrapper<T>:: operator=

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* )
reference_wrapper & operator = ( const reference_wrapper & other ) noexcept ;
(C++11以降)
(C++20以降 constexpr)

コピー代入演算子。現在の参照を破棄し、 other. get ( ) への参照を格納します。

パラメータ

その他 - コピーする参照ラッパー

戻り値

* this