Range
Table of Contents
背景⌗
ranges 表示可迭代序列,比如 array、vector、initialized_list。
The ranges library is an extension and generalization of the algorithms and iterator libraries that makes them more powerful by making them composable and less error-prone.
使用⌗
Good Resources⌗
C++ 20’s Ranges: A Quick Start:
A Simple String Split in C++: