std::vector<bool>::flip
De cppreference.com
< cpp | container | vector bool
![]() |
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. |
Déclaré dans l'en-tête <vector>
|
||
void flip(); |
||
Remplace chaque bool dans le vecteur par sa valeur opposée.
[modifier] Paramètres
(Aucun)
[modifier] Retourne la valeur
(Aucun)
[modifier] Voir aussi
accède à l'élément spécifié (fonction membre publique de std::vector )
|