boost::gil::uninitialized_fill_pixels
std::uninitialized_fill for image views. Does not support planar heterogeneous views. If an exception is thrown destructs any in‐place copy‐constructed pixels
Synopsis
Declared in <boost/gil/algorithm.hpp>
template<
typename View,
typename Value>
void
uninitialized_fill_pixels(
View const& view,
Value const& val);
Created with MrDocs