template struct cv::cudev::acos_func

#include <functional.hpp>

template <typename T>
struct acos_func: public cv::cudev::unary_function
{
    // methods

    __device__ __forceinline__ functional_detail::FloatType<T>::type
    operator()(typename TypeTraits<T>::parameter_type a) const;
};

Inherited Members

public:
    // typedefs

    typedef _Arg argument_type;
    typedef _Result result_type;