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

#include <vec_traits.hpp>

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

    typedef schar type;
};