std::chrono::duration_values
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>| Déclaré dans l'en-tête <chrono>
|
||
template <class Rep> struct duration_values; |
(depuis C++11) | |
Le type
std::chrono::duration_values définit trois durées de communes:Original:
The
std::chrono::duration_values type defines three common durations: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.
std::chrono::duration_values::zerostd::chrono::duration_values::minstd::chrono::duration_values::max
Les zéro, min, méthodes et max dans std::chrono::duration avant leur travail à ces méthodes .
Original:
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.
Ce type peut être spécialisé si le
Rep représentation nécessite une implémentation spécifique de restituer ces objets durée .Original:
This type can be specialized if the representation
Rep requires a specific implementation to return these duration objects.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.
Fonctions membres
[ statique ]Original: static The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
retourne une représentation de longueur nulle Original: returns a zero-length representation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique statique) |
[ statique ]Original: static The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
renvoie la représentation la plus petite possible Original: returns the smallest possible representation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique statique) |
[ statique ]Original: static The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
renvoie la plus grande représentation possible Original: returns the largest possible representation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique statique) |