|
Boost : |
From: Marshall Clow (marshall_at_[hidden])
Date: 2008-05-28 15:18:42
The first part of the BoostCon "library in a week" code has been
uploaded to the sandbox in "sandbox/boost/algorithm/copy.hpp", and it
is a set of variations on std::copy.
Doxygen generated documentation is available here:
<http://www.idio.com/copy/copy_8hpp.html>
and more formal documentation will be available soon.
The algorithms in this file are:
copy_if (iterator and range based versions)
copy_backwards_if (iterator and range based versions)
copy_while (iterator and range based versions)
copy_backwards_while (iterator and range based versions)
copy_n
copy (range-based version only)
copy_backwards (range-based version only)
[ The iterator-based versions of copy and copy_backwards are in the
standard library ]
When the documentation is ready, we will request a mini-review.
-- -- Marshall Marshall Clow Idio Software <mailto:marshall_at_[hidden]> It is by caffeine alone I set my mind in motion. It is by the beans of Java that thoughts acquire speed, the hands acquire shaking, the shaking becomes a warning. It is by caffeine alone I set my mind in motion.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk