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

#include <vec_traits.hpp>

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

    typedef short3 type;
};