OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::cudev::identity< T > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::identity< T >:
Collaboration diagram for cv::cudev::identity< T >:

Public Types

typedef T argument_type
 
typedef T result_type
 

Public Member Functions

__device__ __forceinline__ T operator() (typename TypeTraits< T >::parameter_type x) const
 

Member Typedef Documentation

◆ argument_type

typedef T cv::cudev::unary_function< T , T >::argument_type
inherited

◆ result_type

typedef T cv::cudev::unary_function< T , T >::result_type
inherited

Member Function Documentation

◆ operator()()

template<typename T >
__device__ __forceinline__ T cv::cudev::identity< T >::operator() ( typename TypeTraits< T >::parameter_type  x) const
inline

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