std::reference_wrapper::get, std::reference_wrapper::operator T&
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. |
operator T&()const; | (seit C++11) | |
T& get()const; | (seit C++11) | |
Gibt die gespeicherten Referenzdaten .
Original:
Returns the stored reference.
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.
Inhaltsverzeichnis |
[Bearbeiten]Parameter
(None)
Original:
(none)
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]Rückgabewert
den gespeicherten Referenzdaten .
Original:
The stored reference.
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]Ausnahmen
1-2)[Bearbeiten]Siehe auch
ruft die gespeicherte Funktion Original: calls the stored function The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) |