Namensräume
Varianten
Aktionen

std::chrono::duration_values

Aus cppreference.com
< cpp‎ | chrono

 
 
 
 
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
 
std::chrono::duration_values
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_values::zero
duration_values::min
duration_values::max
 
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.
  • 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 Null, min, and max methods in std::chrono::duration forward their work to these methods.
The text has been machine-translated via Google Translate.
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.

[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) [edit]
[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) [edit]
[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) [edit]