std::reference_wrapper::operator=
De cppreference.com
< cpp | utility | functional | reference wrapper
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
reference_wrapper& operator=( const reference_wrapper<T>& other ); |
(desde C++11) | |
Copiar el operador de asignación. Suelta la referencia actual y almacena una referencia a other.get() .
Original:
Copy assignment operator. Drops the current reference and stores a reference to other.get().
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[editar] Parámetros
other | - | envoltura de referencia para copiar
Original: reference wrapper to copy The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[editar] Volver valores
*this