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

#include <vec_traits.hpp>

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

    typedef char2 type;
};