Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60444 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-10 13:39:10


Author: e_r
Date: 2010-03-10 13:39:09 EST (Wed, 10 Mar 2010)
New Revision: 60444
URL: http://svn.boost.org/trac/boost/changeset/60444

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 9 +++++----
   1 files changed, 5 insertions(+), 4 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-10 13:39:09 EST (Wed, 10 Mar 2010)
@@ -1598,10 +1598,11 @@
   <b>Design</b>
   </p>
 <p>
- A call to the unary operator returns an object that keeps a reference to the passed argument,
- and links to the current object, thereby forming a collection, whose final size is determined
- at compile time. The function <code>write_to_array()</code> passes the elements of the collection
- to any array, that will be chosen to have the desired interface, usually iterators and conversion operators.
+ This proxy object is the basis of the auto-size framework. A call to the
+ unary operator returns an object that keeps a reference to the passed argument, and links to the
+ current object, thereby forming a collection, whose final size is determined at compile time.
+ The function <code>write_to_array()</code> passes the elements of the collection to any array,
+ that will be chosen to have the desired interface, usually iterators and conversion operators.
 </p>
 <p>
    Naturally, this requires that the successive arguments be allocated on the stack. Consequently, this set up is


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