std::reference_wrapper::operator=
Aus cppreference.com
< cpp | utility | functional | reference wrapper
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
reference_wrapper& operator=(const reference_wrapper<T>& other ); | (seit C++11) | |
Kopieren Zuweisungsoperator. Löscht die aktuellen Referenz-und speichert eine Referenz auf 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.
[Bearbeiten]Parameter
other | - | Referenz-Wrapper zu kopieren 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. |
[Bearbeiten]Werte zurückgeben
*this