static constexpr Rep max();
|
|
(C++11 起)
(C++20 前) |
static constexpr Rep max() noexcept;
|
|
(C++20 起) |
|
|
|
返回最大可能表示。
参数
(无)
返回值
{c|std::numeric_limits<Rep>::max()}}
参阅
|
返回特殊时长值最大值
(std::chrono::duration<Rep,Period> 的公开静态成员函数) |
|
返回零长度表示
(公开静态成员函数) |
|
返回最小可能表示
(公开静态成员函数) |