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