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

#include <vec_traits.hpp>

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

    typedef short2 type;
};