Namespaces
Variants

std::chrono::duration_values<Rep>:: max

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