OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::core::metadata::ExprNode Struct Reference

Variant for expression-level boolean expressions. More...

#include <ast.hpp>

Inheritance diagram for oxy::core::metadata::ExprNode:

Public Types

using base

Detailed Description

Variant for expression-level boolean expressions.

Expression-level nodes are top-level elements that combine field conditions and parentheses with AND/OR/NOT.

Member Typedef Documentation

◆ base

using oxy::core::metadata::ExprNode::base
Initial value:
boost::variant<
boost::recursive_wrapper<NotExpr>,
boost::recursive_wrapper<AllOfExpr>,
boost::recursive_wrapper<AnyOfExpr>>
A single field comparison against one or more values.
Definition ast.hpp:123