std::chrono::duration::min
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
static constexpr duration min(); |
||
返回的持续时间与可能的最低值.
原文:
Returns a duration with the lowest possible value.
如果
rep
的持续时间表示需要一些其他的实现返回一个最小长度的时间,std::chrono::duration_values返回所需的值,可以专门.原文:
If the representation
rep
of the duration requires some other implementation to return a minimum-length duration, std::chrono::duration_values can be specialized to return the desired value.[编辑] 参数
(无)
[编辑] 返回值
返回std::chrono::duration(std::chrono::duration_values<rep>::min())
原文:
returns std::chrono::duration(std::chrono::duration_values<rep>::min())
[编辑] 另请参阅
[静态的]</div></div>
|
returns the special duration value zero (公共静态成员函数) |
[静态的]</div></div>
|
返回特殊的时间价值最大 原文: returns the special duration value max (公共静态成员函数) |