Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rangev3 ts の「範囲」と「ビュー」の違いは何ですか?
G 検索で同様の回答が見つかりません。それぞれが何をすべきかの基本的な概要に苦労していると思います:
その範囲が「is-a」ビューなのか、それともその逆なのか (C++ で言えば) ですか?
ビューが読み取り専用の範囲であるというだけですか? それとも、範囲内の「要素」(イテレータを逆参照したときに得られるもの) が一方では const であり、他方ではそうではないのでしょうか?
ありがとう!