Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/157.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 如何在新容器中正确实现范围_C++_Algorithm_Stl_Range_Containers - Fatal编程技术网

C++ 如何在新容器中正确实现范围

C++ 如何在新容器中正确实现范围,c++,algorithm,stl,range,containers,C++,Algorithm,Stl,Range,Containers,我最近在AndreiAlexandrescu的文章中发现了这一点,他讨论了为什么范围比迭代器更适合STL容器 P>是否有一个指南或标准来定义C++中新容器的范围,同样的方法有很多指南来定义C++中容器的迭代器?如果没有,谁能在这里解释定义容器类范围的正确过程 非常相关:您可能对

我最近在AndreiAlexandrescu的文章中发现了这一点,他讨论了为什么范围比迭代器更适合STL容器

<> P>是否有一个指南或标准来定义C++中新容器的范围,同样的方法有很多指南来定义C++中容器的迭代器?如果没有,谁能在这里解释定义容器类范围的正确过程

非常相关:您可能对