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

#include <vec_traits.hpp>

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

    typedef ushort4 type;
};