OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Types | List of all members
cv::cudev::unary_function< _Arg, _Result > Struct Template Reference

#include <opencv2/cudev/functional/functional.hpp>

Inheritance diagram for cv::cudev::unary_function< _Arg, _Result >:
Collaboration diagram for cv::cudev::unary_function< _Arg, _Result >:

Public Types

typedef _Arg argument_type
 
typedef _Result result_type
 

Member Typedef Documentation

◆ argument_type

template<typename _Arg , typename _Result >
typedef _Arg cv::cudev::unary_function< _Arg, _Result >::argument_type

◆ result_type

template<typename _Arg , typename _Result >
typedef _Result cv::cudev::unary_function< _Arg, _Result >::result_type

The documentation for this struct was generated from the following file: