File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1429214292 class cartesian_product_view : public view_interface<cartesian_product_view<First, Vs...>> {
1429314293 private:
1429414294 tuple<First, Vs...> @\exposid{bases_}@; // \expos
14295- // \ref{ranges .cartesian.iterator}, class template \tcode{cartesian_product_view::\exposid{iterator}}
14295+ // \ref{range .cartesian.iterator}, class template \tcode{cartesian_product_view::\exposid{iterator}}
1429614296 template<bool Const> class @\exposid{iterator}@; // \expos
1429714297 public:
1429814298 constexpr cartesian_product_view() = default;
1443214432$p$.
1443314433\end{itemdescr}
1443414434
14435- \rSec3[ranges .cartesian.iterator]{Class template \tcode{cartesian_product_view::\exposid{iterator}}}
14435+ \rSec3[range .cartesian.iterator]{Class template \tcode{cartesian_product_view::\exposid{iterator}}}
1443614436
1443714437\begin{codeblock}
1443814438namespace std::ranges {
You can’t perform that action at this time.
0 commit comments