On this page
std::reference_wrapper<T>::operator=
|
(since C++11) (until C++20) |
|
|
(since C++20) |
Copy assignment operator. Drops the current reference and stores a reference to other.get()
.
Parameters
other | - | reference wrapper to copy |
Return value
*this
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/utility/functional/reference_wrapper/operator%3D