std::function::operator=
提供:cppreference.com
< cpp | utility | functional | function
|
|
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. |
| function& operator=( const function& ); |
(1) | (C + + 11以来) |
| function& operator=( function&& ); |
(2) | (C + + 11以来) |
| function& operator=( nullptr_t ); |
(3) | (C + + 11以来) |
| template< class F > function& operator=( F&& ); |
(4) | (C + + 11以来) |
| template< class F > function& operator=( reference_wrapper<F> ); |
(5) | (C + + 11以来) |
| This section is incomplete |
目次 |
[編集] パラメータ
| This section is incomplete |
[編集] 値を返します
*this
[編集] 例外
1-4)(なし)
5)
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.
[編集] も参照してください
| 新しいターゲットを割り当てます Original: assigns a new target The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバ関数) | |