diff --git a/doc/refmanual/acknowledgements.html b/doc/refmanual/acknowledgements.html index e4eff30..5bdcff3 100644 --- a/doc/refmanual/acknowledgements.html +++ b/doc/refmanual/acknowledgements.html @@ -14,7 +14,7 @@
The format and language of this reference documentation has been greatly influenced by -the SGI's Standard Template Library Programmer's Guide.
+the SGI's Standard Template Library Programmer's Guide.For any Forward Sequence s, Lambda Expression op , and an -unary function object f:
+unary function object f:for_each<s>( f );diff --git a/doc/refmanual/inserter.html b/doc/refmanual/inserter.html index ad1a3da..3e5f742 100644 --- a/doc/refmanual/inserter.html +++ b/doc/refmanual/inserter.html @@ -15,7 +15,7 @@
An Inserter is a compile-time substitute for STL Output Iterator. +
An Inserter is a compile-time substitute for STL Output Iterator. Under the hood, it's simply a type holding two entities: a state and an operation. When passed to a transformation algorithm, the inserter's binary operation is diff --git a/doc/refmanual/transformation-algorithms.html b/doc/refmanual/transformation-algorithms.html index f7dea01..201b1e6 100644 --- a/doc/refmanual/transformation-algorithms.html +++ b/doc/refmanual/transformation-algorithms.html @@ -19,7 +19,7 @@ ones by performing some kind of transformation. A typical transformation alogrithm takes one or more input sequences and a transformation metafunction/predicate, and returns a new sequence built according to the algorithm's semantics through the means of its Inserter argument, which -plays a role similar to the role of run-time Output Iterator.
+plays a role similar to the role of run-time Output Iterator.Every transformation algorithm is a Reversible Algorithm, providing
an accordingly named reverse_ counterpart carrying the transformation
diff --git a/doc/src/refmanual/Acknowledgements.rst b/doc/src/refmanual/Acknowledgements.rst
index 14257a3..28ec957 100644
--- a/doc/src/refmanual/Acknowledgements.rst
+++ b/doc/src/refmanual/Acknowledgements.rst
@@ -2,7 +2,7 @@
The format and language of this reference documentation has been greatly influenced by
the SGI's `Standard Template Library Programmer's Guide`__.
-__ http://www.sgi.com/tech/stl/
+__ https://boost.org/sgi/stl/
.. copyright:: Copyright © 2001-2009 Aleksey Gurtovoy and David Abrahams
diff --git a/doc/src/refmanual/Algorithms.rst b/doc/src/refmanual/Algorithms.rst
index 7889926..fd72c76 100644
--- a/doc/src/refmanual/Algorithms.rst
+++ b/doc/src/refmanual/Algorithms.rst
@@ -35,7 +35,7 @@ common functionality documented by the |Reversible Algorithm|
concept.
-.. |Output Iterator| replace:: `Output Iterator
We can also recommend a number online resources: