OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::maximum< short > Struct Template Reference

#include "functional.hpp"

Inheritance diagram for cv::cudev::maximum< short >:
Collaboration diagram for cv::cudev::maximum< short >:

Public Types

typedef short first_argument_type
 
typedef short result_type
 
typedef short second_argument_type
 

Public Member Functions

__device__ __forceinline__ short operator() (short a, short b) const
 

Member Typedef Documentation

typedef short cv::cudev::binary_function< short , short , short >::first_argument_type
inherited
typedef short cv::cudev::binary_function< short , short , short >::result_type
inherited
typedef short cv::cudev::binary_function< short , short , short >::second_argument_type
inherited

Member Function Documentation

__device__ __forceinline__ short cv::cudev::maximum< short >::operator() ( short  a,
short  b 
) const
inline

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