Zen
A cross-platform functional programming language
|
Query expression binary not type. More...
#include <zbl.hpp>
Public Member Functions | |
qnot (const qexpr &rhs) | |
Default constructor. | |
const qexpr & | getRhs () const |
Returns the RHS of the expression. | |
Private Attributes | |
const qexpr & | _rhs |
The RHS expression. |
Query expression binary not type.
const qexpr& getRhs | ( | ) | const [inline] |
Returns the RHS of the expression.