std::chrono::duration_values<Rep>::max
Von cppreference.com
< cpp | chrono | duration values
static constexpr Rep max(); |
(seit C++11) (bis C++20) |
|
| static constexpr Rep max() noexcept; |
(seit C++20) | |
Gibt die größtmögliche Darstellung zurück.
[edit] Parameter
(keine)
[edit] Rückgabewert
std::numeric_limits<Rep>::max()
[edit] Siehe auch
| [static] |
gibt den speziellen duration-Wert max zurück (public static member function of std::chrono::duration<Rep,Period>) |
| [static] |
gibt eine Darstellung mit Längen Null zurück (public static member function) |
| [static] |
gibt die kleinstmögliche Darstellung zurück (public static member function) |