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

#include <vec_traits.hpp>

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

    typedef schar elem_type;

    // enums

    enum
    {
        cn =2,
    };

    // methods

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

    static
    __host__ __device__ static __forceinline__ char2
    make(
        schar x,
        schar y
        );

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