std::chrono::duration_values<Rep>:: max
From cppreference.net
<
cpp
|
chrono
|
duration values
C++
Utilities library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date and time library
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::duration
| Member functions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Non-member functions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Helper classes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::duration_values
| Member functions | ||||
|
duration_values::max
|
|
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.
Parameter
(keine)
Rückgabewert
std:: numeric_limits < Rep > :: max ( )
Siehe auch
|
[static]
|
gibt den speziellen Dauerwert max zurück
(öffentliche statische Elementfunktion von
std::chrono::duration<Rep,Period>
)
|
|
[static]
|
gibt eine Darstellung mit Null-Länge zurück
(öffentliche statische Elementfunktion) |
|
[static]
|
gibt die kleinstmögliche Darstellung zurück
(öffentliche statische Elementfunktion) |