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

Logical negation of an expression-level node. More...

#include <ast.hpp>

Public Member Functions

 NotExpr (ExprNode &&n)
 NotExpr (ExprNode const &n)

Public Attributes

boost::recursive_wrapper< ExprNodenode

Detailed Description

Logical negation of an expression-level node.