boost::gil::destruct_pixels
Invokes the in‐place destructor on every pixel of the view
Synopsis
Declared in <boost/gil/algorithm.hpp>
template<typename View>
[[__always_inline__]]
void
destruct_pixels(View const& view);
Created with MrDocs