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