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

#include <vec_traits.hpp>

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

    typedef uchar2 type;
};