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

#include <vec_traits.hpp>

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

    typedef uchar2 type;
};