boost::gil::uninitialized_copy_pixels
std::uninitialized_copy for image views. Does not support planar heterogeneous views. If an exception is thrown destructs any in‐place copy‐constructed objects
Synopsis
Declared in <boost/gil/algorithm.hpp>
template<
typename View1,
typename View2>
void
uninitialized_copy_pixels(
View1 const& view1,
View2 const& view2);
Created with MrDocs