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