OpenCV  2.4.13
Open Source Computer Vision
cv::gpu::device::IsBinaryFunction< F > Struct Template Reference

#include <functional.hpp>

Classes

struct  No
 

Public Types

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

Static Public Member Functions

template<typename T1 , typename T2 , typename D >
static Yes check (binary_function< T1, T2, D >)
 
static No check (...)
 
static F makeF ()
 

Member Typedef Documentation

template<typename F >
typedef char cv::gpu::device::IsBinaryFunction< F >::Yes

Member Enumeration Documentation

template<typename F >
anonymous enum
Enumerator
value 

Member Function Documentation

template<typename F >
template<typename T1 , typename T2 , typename D >
static Yes cv::gpu::device::IsBinaryFunction< F >::check ( binary_function< T1, T2, D >  )
static
template<typename F >
static No cv::gpu::device::IsBinaryFunction< F >::check (   ...)
static
template<typename F >
static F cv::gpu::device::IsBinaryFunction< F >::makeF ( )
static

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