Class ExprMatcher

Class Documentation

class ExprMatcher

Public Functions

explicit ExprMatcher(const Expr &expr, ExprMatcherOptions opts = {})
bool is_equal(const ExprPtr &other) const
bool is_equal(const Expr &other) const
std::partial_ordering compare(const ExprPtr &other) const
std::partial_ordering compare(const Expr &other) const
const Expr &expr() const
bool operator==(const ExprMatcher &other) const
std::partial_ordering operator<=>(const ExprMatcher &other) const