BoostCon library in a week (sequence)

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@idio.com> 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.
participants (1)
-
Marshall Clow