template struct cv::cudev::MakeVec<bool, 1>

#include <vec_traits.hpp>

template <>
struct MakeVec<bool, 1>
{
    // typedefs

    typedef uchar type;
};