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

#include <functional.hpp>

template <>
struct atan2_func<short>: public cv::cudev::binary_function
{
    // methods

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

Inherited Members

public:
    // typedefs

    typedef _Arg1 first_argument_type;
    typedef _Result result_type;
    typedef _Arg2 second_argument_type;