|
Header <boost/algorithm/cxx11/copy_n.hpp>Boost , The Boost Algorithm Library , Reference
Копировать n элементы из одной последовательности в другую. Маршал Клоу namespace boost {
namespace algorithm {
template<typename InputIterator, typename Size, typename OutputIterator>
OutputIterator copy_n(InputIterator, Size, OutputIterator);
}
}
Статья Header <boost/algorithm/cxx11/copy_n.hpp> раздела The Boost Algorithm Library Reference может быть полезна для разработчиков на c++ и boost.
:: Главная :: Reference ::
|
|