$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] What is boost::copy?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-06-18 13:44:29
Le 18/06/2010 17:52, John Dlugosz wrote:
> In other threads, I see mentions of boost::copy. Id like to find out
> about it. Which library is it in? How is it different from std::copy?
> (Once I know what its part of, Ill just read the docs)
>
Where std::copy takes two input iterators, boost::copy takes a single
pass range.
They both also take an output iterator.