template struct cv::cudev::MakeVec<uint, 4>

#include <vec_traits.hpp>

template <>
struct MakeVec<uint, 4>
{
    // typedefs

    typedef uint4 type;
};