std::reference_wrapper::operator=
来自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 ); |
(C++11 起) | |
複製賦值操作者。刪除當前的參考和存儲的參考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.
[编辑] 參數
| other | - | 參考包裝複製
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. |
[编辑] 返回值
*this