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