template struct cv::cudev::FindMaxValExprBody
#include <reduction.hpp> template <class SrcPtr> struct FindMaxValExprBody { // fields SrcPtr src; // methods template <typename T> __host__ void assignTo( GpuMat_<T>& dst, Stream& stream = Stream::Null() ) const; };