Boost logo

Boost :

Subject: Re: [boost] [review][assign] Formal review of Assign v2 ongoing
From: er (er.ci.2020_at_[hidden])
Date: 2011-06-21 18:05:53


> Reference arrays and chaining can be seen as independent from the above
> and were the topic of a mini-review in June. Please consider looking at
> those as well. Thanks.
>

Please consider looking at the tutorial under Reference Arrays and
Chaining. Thanks.

https://svn.boost.org/svn/boost/sandbox/assign_v2/libs/assign/v2/doc/html/boost_assign_v2/tut.html

I reproduce here the motivation for it from the Change-Log:

The following changes can be traced to the mini-review:

- The pair of functions in Boost.Assign (1.0), ref_list_of and
cref_list_of, are replaced by a single function, ref::array, that
resolves lvalue/const-ness and the number of arguments automatically
(thus eliminating the size template parameter).

- A dual function, ref::csv_array, such that ref::csv_array(x, y, z) is
equivalent to ref::array( x )( y )( z )

- A range adaptor for chaining ranges, with special consideration for
reference-arrays.

>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk