Namensräume
Varianten

std::chrono::duration::min

Aus cppreference.com
< cpp‎ | chrono‎ | duration

 
 
 
 
std::chrono::duration
Member-Funktionen
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
duration::duration
duration::operator=
duration::count
duration::zero
duration::min
duration::max
duration::operator+
duration::operator-
duration::operator++
duration::operator--
duration::operator+=
duration::operator-=
duration::operator*=
duration::operator/=
duration::operator%=
Non-Member-Funktionen
Original:
Non-member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
common_type
operator+
operator-
operator*
operator/
operator%
operator==
operator!=
operator<
operator<=
operator>
operator>=
duration_cast
Helper-Klassen
Original:
Helper classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
treat_as_floating_point
duration_values
 
staticconstexpr duration min();
Gibt eine Dauer mit der niedrigsten möglichen Wert .
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.
Wenn die Darstellung rep der Dauer erfordert einige andere Implementierung auf ein Minimum 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 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.

[Bearbeiten]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.

[Bearbeiten]Rückgabewert

Renditen std::chrono::duration(std::chrono::duration_values<rep>::min())
Original:
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[Bearbeiten]Siehe auch

[statisch]
gibt den besonderen Wert des Nullintervalls zurück.
(public static Elementfunktion)[edit]
[statisch]
gibt den besonderen Wert des maximalen Intervalls zurück.
(public static Elementfunktion)[edit]
close