std::vector<bool>::flip
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>| definiert in Header <vector>
|
||
void flip(); |
||
Ersetzt jedes
bool in den Vektor mit seinen entgegengesetzten Wert .Original:
Replaces each
bool in the vector with its opposite value.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.
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.
Rückgabewert
(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.
