std::chrono::time_point::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. |
<metanoindex/>
<tbody> </tbody> static constexpr time_point min(); |
||
Retourne une
time_point avec la durée la plus petite possible, c'est à dire std::chrono::time_point(std::chrono::duration::min()) .Original:
Returns a
time_point with the smallest possible duration, i.e. std::chrono::time_point(std::chrono::duration::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.
Paramètres
(Aucun)
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.
Retourne la valeur
time_point la plus petite possibleOriginal:
the smallest possible
time_pointThe 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.
Exemple
| This section is incomplete Reason: no example |