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

#include <vec_traits.hpp>

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

    typedef uchar4 type;
};