std::chrono::duration_values<Rep>::max
来自 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] |
返回特殊的持续时间值 max ( std::chrono::duration<Rep,Period> 的公共静态成员函数) |
[static] |
返回零长度表示 (公共静态成员函数) |
[static] |
返回最小的可能表示 (公共静态成员函数) |