boost::gil::pixel_divide_t
Synopsis
template<
typename PixelRef1,
typename PixelRef2,
typename PixelResult>
using pixel_divide_t [[deprecated]] = pixel_divides_t<PixelRef1, PixelRef2, PixelResult>;
|
Deprecated. Use of this entity is allowed but discouraged. |
Created with MrDocs