gpt4 book ai didi

c++ - `std::back()` 类似 C++ 中的函数

转载 作者:行者123 更新时间:2023-12-01 14:00:59 26 4
gpt4 key购买 nike

我可以使用 std::begin() 创建开始和结束迭代器和 std::end() .
例如:

int arr[4][4] = <something here>;
auto begin_it = std::begin(arr);
auto end_it = std::end(arr);
但是,为什么我们没有 std::front()std::back() .是否有任何特定原因可以省略它们?
我可以使用任何类似的功能(当然除了开始和结束)?

最佳答案

并非所有容器都可以恒定时间访问列表的最后一个元素。std::forward_list例如。

关于c++ - `std::back()` 类似 C++ 中的函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63589878/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com