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

#include <vec_traits.hpp>

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

    typedef double type;
};