OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::IsUnaryFunction< F > Struct Template Reference

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

Classes

struct  No

Public Types

enum  { value = (sizeof(check(makeF())) == sizeof(Yes)) }
typedef char Yes

Static Public Member Functions

static No check (...)
template<typename T, typename D>
static Yes check (unary_function< T, D >)
static F makeF ()

Member Typedef Documentation

◆ Yes

template<typename F>
typedef char cv::cudev::IsUnaryFunction< F >::Yes

Member Enumeration Documentation

◆ anonymous enum

template<typename F>
anonymous enum
Enumerator
value 

Member Function Documentation

◆ check() [1/2]

template<typename F>
No cv::cudev::IsUnaryFunction< F >::check ( ...)
static

◆ check() [2/2]

template<typename F>
template<typename T, typename D>
Yes cv::cudev::IsUnaryFunction< F >::check ( unary_function< T, D > )
static

◆ makeF()

template<typename F>
F cv::cudev::IsUnaryFunction< F >::makeF ( )
static

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