template struct cv::cudev::Max::rebind

#include <reduce_to_vec.hpp>

template <typename U>
struct rebind
{
    // typedefs

    typedef Max<U> other;
};