template struct cv::cudev::asin_func<uint>

#include <functional.hpp>

template <>
struct asin_func<uint>: public cv::cudev::unary_function
{
    // methods

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

Inherited Members

public:
    // typedefs

    typedef _Arg argument_type;
    typedef _Result result_type;