Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
copy_n.hpp File Reference
#include <algorithm>
Include dependency graph for copy_n.hpp:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::algorithm
 

Functions

template<typename InputIterator , typename Size , typename OutputIterator >
OutputIterator boost::algorithm::copy_n (InputIterator first, Size n, OutputIterator result)
 Copies exactly n (n > 0) elements from the range starting at first to the range starting at result. More...