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

#include <vec_traits.hpp>

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

    typedef uchar elem_type;

    // enums

    enum
    {
        cn =1,
    };

    // methods

    static
    __host__ __device__ static __forceinline__ uchar
    all(uchar v);

    static
    __host__ __device__ static __forceinline__ uchar
    make(const uchar* v);

    static
    __host__ __device__ static __forceinline__ uchar
    make(uchar x);
};