template struct cv::cudev::sin_func<float>
#include <functional.hpp> template <> struct sin_func<float>: public cv::cudev::unary_function { // methods __device__ __forceinline__ float operator()(float a) const; };
Inherited Members
public: // typedefs typedef _Arg argument_type; typedef _Result result_type;