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

#include <vec_traits.hpp>

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

    typedef uint2 type;
};