Struct lsst::afw::image::pixelOp2

template<typename LhsT, typename RhsT>
struct pixelOp2 : public std::function<LhsT(LhsT, RhsT)>

A functor class equivalent to std::function<LhsT (LhsT, RhsT)>, but with a virtual operator()