std::chrono::duration_values<Rep>::max
From cppreference.com
< cpp | chrono | duration values
static constexpr Rep max(); |
(C++11以降) (C++20まで) |
|
| static constexpr Rep max() noexcept; |
(C++20以降) | |
表現できる最大の値を返します。
[編集] パラメータ
(なし)
[編集] 戻り値
std::numeric_limits<Rep>::max()
[編集] 関連項目
| [static] |
特別なduration値maxを返す ( std::chrono::duration<Rep,Period> の public static メンバ関数) |
| [static] |
長さゼロの表現を返します。 (public static member function) |
| [static] |
可能な最小の表現を返します。 (public static member function) |