#include <functional.hpp>
Inherits cv::gpu::device::unary_function< Op::first_argument_type, Op::result_type >.
List of all members.
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 |
| __device__ __forceinline__ | binder2nd (const binder2nd &other) |
Public Attributes |
| const Op | op |
| const Op::second_argument_type | arg2 |
template<typename Op>
struct cv::gpu::device::binder2nd< Op >
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this struct was generated from the following file: