迭代器库的正面和背面提案
front and back Proposal for iterators Library
在 C++17 中,iterator library received size
, empty
, and data
允许静态构造的数组表现得像容器。
但是我在迭代器库中没有看到 front
或 back
函数,它被添加到 C++14 中的其他容器中:http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search=front&button=
这是有人提议的吗?
N4017原提议front
/back
.
图书馆进化工作组投票决定删除 front
/back
:
Do we want non-member front(), back()?
SF F N A SA
0 6 5 3 1
[Source]
因此 N4107 被修改为 N4155 并已被接受,但没有 front
/back
.
截至 2016 年 2 月 18 日 front
/back
尚未重新提议:https://groups.google.com/a/isocpp.org/d/topic/std-discussion/eJdDI2q1xKg/discussion
在 C++17 中,iterator library received size
, empty
, and data
允许静态构造的数组表现得像容器。
但是我在迭代器库中没有看到 front
或 back
函数,它被添加到 C++14 中的其他容器中:http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search=front&button=
这是有人提议的吗?
N4017原提议front
/back
.
图书馆进化工作组投票决定删除 front
/back
:
Do we want non-member front(), back()?
SF F N A SA
0 6 5 3 1
[Source]
因此 N4107 被修改为 N4155 并已被接受,但没有 front
/back
.
截至 2016 年 2 月 18 日 front
/back
尚未重新提议:https://groups.google.com/a/isocpp.org/d/topic/std-discussion/eJdDI2q1xKg/discussion