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