struct cv::cudev::WithOutMask

#include <mask.hpp>

struct WithOutMask
{
    // typedefs

    typedef int index_type;
    typedef bool value_type;

    // methods

    __device__ __forceinline__ bool
    operator()(
        int,
        int
        ) const;
};