We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2c645 commit 000d4c0Copy full SHA for 000d4c0
source/ranges.tex
@@ -11209,6 +11209,7 @@
11209
template<@\libconcept{view}@ V>
11210
requires @\libconcept{input_range}@<V>
11211
struct chunk_view<V>::@\exposid{outer-iterator}@::value_type : view_interface<value_type> {
11212
+ private:
11213
chunk_view* @\exposid{parent_}@; // \expos
11214
11215
constexpr explicit value_type(chunk_view& parent); // \expos
0 commit comments