#include <functional.hpp>
Inherits cv::gpu::device::unary_function< Op::first_argument_type, Op::result_type >.
Public Member Functions | |
__host__ __device__ __forceinline__ | binder2nd (const Op &op_, const typename Op::second_argument_type &arg2_) |
__forceinline__ __device__ Op::result_type | operator() (typename TypeTraits< typename Op::first_argument_type >::ParameterType a) const |
__host__ __device__ __forceinline__ | binder2nd () |
__host__ __device__ __forceinline__ | binder2nd (const binder2nd &other) |
Public Attributes | |
const Op | op |
const Op::second_argument_type | arg2 |
__host__ __device__ __forceinline__ cv::gpu::device::binder2nd< Op >::binder2nd | ( | const Op & | op_, |
const typename Op::second_argument_type & | arg2_ | ||
) |
__host__ __device__ __forceinline__ cv::gpu::device::binder2nd< Op >::binder2nd | ( | ) |
__host__ __device__ __forceinline__ cv::gpu::device::binder2nd< Op >::binder2nd | ( | const binder2nd< Op > & | other | ) |
__forceinline__ __device__ Op::result_type cv::gpu::device::binder2nd< Op >::operator() | ( | typename TypeTraits< typename Op::first_argument_type >::ParameterType | a | ) | const |
const Op cv::gpu::device::binder2nd< Op >::op |
const Op::second_argument_type cv::gpu::device::binder2nd< Op >::arg2 |