std::chrono::duration_values<Rep>:: min
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::min
|
||||
|
static
constexpr
Rep min
(
)
;
|
(seit C++11)
(bis C++20) |
|
|
static
constexpr
Rep min
(
)
noexcept
;
|
(seit C++20) | |
Gibt die niedrigstmögliche Darstellung zurück.
Parameter
(keine)
Rückgabewert
std:: numeric_limits < Rep > :: lowest ( )
Siehe auch
|
[static]
|
gibt den speziellen Dauerwert min zurück
(öffentliche statische Elementfunktion von
std::chrono::duration<Rep,Period>
)
|
|
[static]
|
gibt eine Darstellung mit Nulllänge zurück
(öffentliche statische Elementfunktion) |
|
[static]
|
gibt die größtmögliche Darstellung zurück
(öffentliche statische Elementfunktion) |