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

#include <vec_traits.hpp>

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

    typedef int elem_type;

    // enums

    enum
    {
        cn =1,
    };

    // methods

    static
    __host__ __device__ static __forceinline__ int1
    all(int v);

    static
    __host__ __device__ static __forceinline__ int1
    make(const int* v);

    static
    __host__ __device__ static __forceinline__ int1
    make(int x);
};