rego-cpp 0.4.5
A C++ implementation of the Rego language and runtime
|
#include <rego.hh>
Public Attributes | |
Node | node |
bool | success |
Result of unwrapping a node.
Node rego::UnwrapResult::node |
The unwrapped argument or nullptr (if unsuccessful).
bool rego::UnwrapResult::success |
True if the argument was unwrapped successfully.