boost::gil::copy_pixels
std::copy for image views
Synopsis
Declared in <boost/gil/algorithm.hpp>
template<
typename View1,
typename View2>
[[__always_inline__]]
void
copy_pixels(
View1 const& src,
View2 const& dst);
Created with MrDocs