File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 14064
14064
14065
14065
constexpr auto size() const
14066
14066
requires @\libconcept{sized_sentinel_for}@<sentinel_t<V>, iterator_t<V>>;
14067
+
14068
+ constexpr auto reserve_hint() const noexcept;
14067
14069
};
14068
14070
}
14069
14071
\end{codeblock}
14117
14119
\end{codeblock}
14118
14120
\end{itemdescr}
14119
14121
14122
+ \indexlibrarymember{reserve_hint}{chunk_view::\exposid{outer-iterator}::value_type}%
14123
+ \begin{itemdecl}
14124
+ constexpr auto reserve_hint() const noexcept;
14125
+ \end{itemdecl}
14126
+
14127
+ \begin{itemdescr}
14128
+ \pnum
14129
+ \effects
14130
+ Equivalent to:
14131
+ \begin{codeblock}
14132
+ return @\exposid{to-unsigned-like}@(@\exposid{parent_}@->@\exposid{remainder_}@);
14133
+ \end{codeblock}
14134
+ \end{itemdescr}
14135
+
14120
14136
\rSec3[range.chunk.inner.iter]{Class \tcode{chunk_view::\exposid{inner-iterator}}}
14121
14137
14122
14138
\indexlibraryglobal{chunk_view::\exposid{inner-iterator}}%
You can’t perform that action at this time.
0 commit comments