std::chrono::duration::min
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. |
static constexpr duration min(); |
||
Restituisce una durata con il valore più basso possibile.
Original:
Returns a duration with the lowest possible 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.
Se il
rep
rappresentazione della durata richiede qualche altra applicazione per restituire un minimo di lunghezza durata, std::chrono::duration_values può essere specializzato per restituire il valore desiderato.Original:
If the representation
rep
of the duration requires some other implementation to return a minimum-length duration, std::chrono::duration_values can be specialized to return the desired 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.
[modifica] Parametri
(Nessuno)
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.
[modifica] Valore di ritorno
ritorna std::chrono::duration(std::chrono::duration_values<rep>::min())
Original:
returns std::chrono::duration(std::chrono::duration_values<rep>::min())
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.
[modifica] Vedi anche
[statico] |
returns the special duration value zero (metodo pubblico statico) |
[statico] |
restituisce il massimo valore di durata speciale Original: returns the special duration value max The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (metodo pubblico statico) |