std::reference_wrapper::operator=
Da cppreference.com.
< cpp | utility | functional | reference wrapper
![]() | Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate. La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
reference_wrapper& operator=(const reference_wrapper<T>& other ); | (dal C++11) | |
Copia operatore di assegnazione. Gocce la corrente di riferimento e memorizza un riferimento 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.
[modifica]Parametri
other | - | involucro di riferimento da copiare 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. |
[modifica]I valori restituiti
*this