template struct cv::cudev::log_func<short>

#include <functional.hpp>

template <>
struct log_func<short>: public cv::cudev::unary_function
{
    // methods

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

Inherited Members

public:
    // typedefs

    typedef _Arg argument_type;
    typedef _Result result_type;