std::chrono::duration::zero
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> static constexpr duration zero(); |
||
Gibt eine Null-Länge Dauer .
Original:
Returns a zero-length duration.
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.
Wenn die Darstellung
rep der Dauer erfordert eine andere Umsetzung, um eine Null-Länge Dauer zurückkehren, sind std::chrono::duration_values spezialisiert, um den gewünschten Wert zurückgeben werden .Original:
If the representation
rep of the duration requires some other implementation to return a zero-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.
Parameter
(None)
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.
Rückgabewert
Renditen
std::chrono::duration(std::chrono::duration_values<rep>::zero())Original:
returns
std::chrono::duration(std::chrono::duration_values<rep>::zero())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.
