template struct cv::cudev::tanh_func<schar>

#include <functional.hpp>

template <>
struct tanh_func<schar>: public cv::cudev::unary_function
{
    // methods

    __device__ __forceinline__ float
    operator()(schar a) const;
};

Inherited Members

public:
    // typedefs

    typedef _Arg argument_type;
    typedef _Result result_type;