template struct cv::cudev::Expr

#include <expr.hpp>

template <class Body>
struct Expr
{
    // fields

    Body body;
};