template struct cv::cudev::vec_math_detail::SatCastHelper<1, VecD>

#include <vec_math.hpp>

template <typename VecD>
struct SatCastHelper<1, VecD>
{
    // methods

    template <typename VecS>
    static
    __device__ static __forceinline__ VecD
    cast(const VecS& v);
};