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

#include <vec_traits.hpp>

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

    typedef uint type;
};