std::chrono::duration::min
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. |
| static constexpr duration min(); |
||
Devuelve una duración con el valor más bajo posible .
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.
Si el
rep representación de la duración requiere alguna otra aplicación para devolver una duración mínima de longitud, std::chrono::duration_values pueden estar especializados para devolver el valor deseado .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.
[editar] Parámetros
(Ninguno)
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.
[editar] Valor de retorno
vuelve 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.
[editar] Ver también
| [estático] |
returns the special duration value zero (miembro estático público función) |
| [estático] |
devuelve el valor máximo de duración especial 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. (miembro estático público función) |