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

#include <vec_traits.hpp>

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

    typedef ushort3 type;
};