Classes | Public Types | Static Public Member Functions
cv::gpu::device::IsBinaryFunction< F > Struct Template Reference

#include <functional.hpp>

List of all members.

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 ()

template<typename F>
struct cv::gpu::device::IsBinaryFunction< F >


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: