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

#include <vec_traits.hpp>

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

    typedef uchar3 type;
};