std::match_results::ready
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody> bool ready() const; |
(dal C++11) | |
| This section is incomplete |
Valore di ritorno
Indica se i risultati delle partite sono pronti (valido) o meno.
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.
Un default-costruita risultato della partita è sempre in uno stato unready', e può essere preparata da uno degli algoritmi regex. Il pronto Stato implica che tutti i risultati delle partite sono state completamente determinate.
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.
Il risultato della chiamata maggior parte delle funzioni membro dell'oggetto match_results che non è pronto' non è definito.
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.