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

#include <vec_traits.hpp>

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

    typedef uchar type;
};