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 2e5976f commit 88541f7Copy full SHA for 88541f7
source/ranges.tex
@@ -1044,8 +1044,8 @@
1044
return an iterator and a sentinel, respectively.
1045
The \libconcept{sized_range} concept refines \libconcept{range} with
1046
the requirement that \tcode{ranges::size} be amortized \bigoh{1}.
1047
-The \libconcept{view} concept specifies requirements on a \libconcept{range} type
1048
-with constant-time destruction and move operations.
+The \libconcept{view} concept specifies requirements on
+a \libconcept{range} type to provide operations with predictable complexity.
1049
1050
\pnum
1051
Several refinements of \libconcept{range} group requirements
0 commit comments