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

#include <vec_traits.hpp>

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

    typedef float2 type;
};