template struct cv::cudev::VecTraits<short1>

#include <vec_traits.hpp>

template <>
struct VecTraits<short1>
{
    // typedefs

    typedef short elem_type;

    // enums

    enum
    {
        cn =1,
    };

    // methods

    static
    __host__ __device__ static __forceinline__ short1
    all(short v);

    static
    __host__ __device__ static __forceinline__ short1
    make(const short* v);

    static
    __host__ __device__ static __forceinline__ short1
    make(short x);
};