std::match_results::ready
De cppreference.com
|
|
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. |
<metanoindex/>
<tbody> </tbody> bool ready() const; |
(depuis C++11) | |
| This section is incomplete |
Retourne la valeur
Indique si les résultats des matchs sont prêts (valide) ou non .
Original:
Indicates if the match results are ready (valid) or not.
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.
A défaut construit résultat du match est toujours dans un état' pas prêts, et ne peut être préparé par l'un des algorithmes de regex. Le' état prêt implique que tous les résultats des matchs ont été entièrement établie .
Original:
A default-constructed match result is always in an unready state, and can only be made ready by one of the regex algorithms. The ready state implies that all match results have been fully established.
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.
Le résultat de l'appel de fonctions la plupart des membres de l'objet match_results qui n'est pas prêt' est indéfini .
Original:
The result of calling most member functions of the match_results object that is not ready is undefined.
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.