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

#include <vec_traits.hpp>

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

    typedef char4 type;
};