std::valarray::max
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
T max() const; |
||
计算的元素的最大值.
原文:
Computes the maximum value of the elements.
如果有任何元素,其行为是未定义的.
原文:
If there are no elements, the behavior is undefined.
可以使用的功能,仅当被定义为类型operator<
T
.原文:
The function can be used only if operator< is defined for type
T
.目录 |
[编辑] 参数
(无)
[编辑] 返回值
的元素的最大.
[编辑] 示例
本章尚未完成 原因:暂无示例 |
[编辑] 另请参阅
返回最小的元素 (公共成员函数) |