OpenCV  3.4.9
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::cudev::BinaryTupleAdapter< Op, n0, n1 > Struct Template Reference

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

Public Types

typedef Op::result_type result_type
 

Public Member Functions

template<class Tuple >
__device__ __forceinline__ Op::result_type operator() (const Tuple &t) const
 

Public Attributes

Op op
 

Member Typedef Documentation

◆ result_type

template<class Op, int n0, int n1>
typedef Op::result_type cv::cudev::BinaryTupleAdapter< Op, n0, n1 >::result_type

Member Function Documentation

◆ operator()()

template<class Op, int n0, int n1>
template<class Tuple >
__device__ __forceinline__ Op::result_type cv::cudev::BinaryTupleAdapter< Op, n0, n1 >::operator() ( const Tuple &  t) const
inline

Member Data Documentation

◆ op

template<class Op, int n0, int n1>
Op cv::cudev::BinaryTupleAdapter< Op, n0, n1 >::op

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