#include <functional.hpp>
Inherits cv::gpu::device::unary_function< Predicate::argument_type, bool >.
List of all members.
Public Member Functions |
| __host__ __device__ __forceinline__ | unary_negate (const Predicate &p) |
| __device__ __forceinline__ bool | operator() (typename TypeTraits< typename Predicate::argument_type >::ParameterType x) const |
| __device__ __forceinline__ | unary_negate (const unary_negate &other) |
| __device__ __forceinline__ | unary_negate () |
Public Attributes |
| const Predicate | pred |
template<typename Predicate>
struct cv::gpu::device::unary_negate< Predicate >
Constructor & Destructor Documentation
template<typename Predicate >
template<typename Predicate >
template<typename Predicate >
Member Function Documentation
template<typename Predicate >
Member Data Documentation
template<typename Predicate >
The documentation for this struct was generated from the following file: