boost::gil::static_transform
Synopsis
template<
typename P2,
typename P3,
typename Dst,
typename Op>
[[__always_inline__]]
Op
static_transform(
P2& p2,
P3 const& p3,
Dst& dst,
Op op);
Created with MrDocs