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 0155d20 commit bfc51b5Copy full SHA for bfc51b5
source/ranges.tex
@@ -850,6 +850,10 @@
850
which cannot be done in constant time.
851
\end{example}
852
853
+\pnum
854
+Since the difference between \libconcept{Range} and \libconcept{View} is largely
855
+semantic, the two are differentiated with the help of \tcode{enable_view}.
856
+
857
\indexlibrary{\idxcode{enable_view}}%
858
\indexlibrary{\idxcode{View}}%
859
\begin{itemdecl}
@@ -862,10 +866,6 @@
862
866
\end{itemdecl}
863
867
864
868
\begin{itemdescr}
865
-\pnum
-Since the difference between \libconcept{Range} and \libconcept{View} is largely
-semantic, the two are differentiated with the help of \tcode{enable_view}.
-
869
\pnum
870
For a type \tcode{T}, the default value of \tcode{enable_view<T>} is:
871
\begin{itemize}
0 commit comments