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

#include <vec_traits.hpp>

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

    typedef schar elem_type;

    // enums

    enum
    {
        cn =1,
    };

    // methods

    static
    __host__ __device__ static __forceinline__ char1
    all(schar v);

    static
    __host__ __device__ static __forceinline__ char1
    make(schar x);

    static
    __host__ __device__ static __forceinline__ char1
    make(const schar* v);
};