std::chrono::duration_values
Aus 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. |
definiert in Header <chrono>
|
||
template <class Rep> struct duration_values; |
(seit C++11) | |
Die
std::chrono::duration_values
Typ definiert drei gemeinsame Laufzeiten: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::zero
- std::chrono::duration_values::min
- std::chrono::duration_values::max
Die Null, min und max Methoden std::chrono::duration uns ihre Arbeit zu diesen Methoden .
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.
Dieser Typ kann spezialisiert, wenn die Darstellung
Rep
erfordert eine spezifische Umsetzung dieser Dauer Objekte zurückgegeben werden .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.
[Bearbeiten] Member-Funktionen
[statisch] |
gibt eine Null-Länge Darstellung 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. (public static Elementfunktion) |
[statisch] |
gibt die kleinste mögliche Darstellung 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. (public static Elementfunktion) |
[statisch] |
gibt den größtmöglichen Darstellung 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. (public static Elementfunktion) |