std::end(std::valarray)
来自cppreference.com
|
|
该页由英文版维基使用谷歌翻译机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击此处。 |
<metanoindex/>
| |
(1) | (C++11 起) |
| |
(2) | (C++11 起) |
专业化的
std::beginvalarray返回一个迭代器的类型不明确,指的是一个过去的数字数组中的最后一个元素. 1)
返回类型符合要求的可变Template:concept.
原文:
The return type meets the requirements of mutable Template:concept.
2)
返回类型符合要求的不断Template:concept.
原文:
The return type meets the requirements of constant Template:concept.
参数
Template:param list begin Template:param list item Template:param list end
返回值
迭代器一个过去的数字数组中的最后一个值.
例外
为例
| 本节未完成 原因:暂无示例 |