boost::gil::default_construct_pixels

Invokes the in‐place default constructor on every pixel of the (uninitialized) view. Does not support planar heterogeneous views. If an exception is thrown destructs any in‐place default‐constructed pixels

Synopsis

Declared in <boost/gil/algorithm.hpp>

template<typename View>
void
default_construct_pixels(View const& view);

Created with MrDocs