Namespaces
Variants

std::chrono::duration_values<Rep>:: min

From cppreference.net
Utilities library
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)