CGAL::cpp0x::copy_n
This provides an implementation of the standard function
copy_n from the C++0x standard. If copy_n is available
in the std:: namespace a using declaration is used, otherwise
an alternative implementation from Cgal is used.
Definition
The function cpp0x::copy_n copies n items from an
input iterator to an output iterator. Its exact behaviour is defined
in § 25.3.1 of the C++ standard draft
N3242.
#include <CGAL/algorithm.h>