|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r60603 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-14 20:18:50
Author: e_r
Date: 2010-03-14 20:18:50 EDT (Sun, 14 Mar 2010)
New Revision: 60603
URL: http://svn.boost.org/trac/boost/changeset/60603
Log:
m
Text files modified:
sandbox/statistics/detail/assign/libs/assign/doc/index.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Modified: sandbox/statistics/detail/assign/libs/assign/doc/index.html
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/doc/index.html (original)
+++ sandbox/statistics/detail/assign/libs/assign/doc/index.html 2010-03-14 20:18:50 EDT (Sun, 14 Mar 2010)
@@ -1148,10 +1148,8 @@
<h3>Function <code>chain_convert_l()</code> and <code>chain_convert_r() <a name="ref-chain_convert"> </h3>
- <p> These function joins collection together into one whose dereferenced type is one that is convertible
- to from those of the two input ranges. In particular, either range may contain reference wrappers
- if they meet certain traits requirement. This function serves as a sustitute for range()
- within the auto-size framework.
+ <p> This function serves as a sustitute for range()
+ within the auto-size framework.
<p> <b>Template parameters</b> </p>
@@ -1710,8 +1708,10 @@
<h3><a name="ref-adaptor_chain_convert">Proxy objects <code>adaptor_chain_convert_l<></code> and <code>adaptor_chain_convert_r<></code> </a> </h3>
- To be defined.
-
+ Successive calls to this proxy object joins together collections into one whose dereferenced type is one that is convertible
+ to from those of the two input ranges. In particular, either range may contain reference wrappers if they meet certain traits requirement.
+
+
<h3><a name="ref-lazy_array">Proxy object <code>lazy_array<></code></a></h3>
<b>Header</b> <code><boost/assign/auto_size/array/lazy.hpp></code>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk