rego-cpp 1.0.0
A C++ implementation of the Rego language and runtime
Loading...
Searching...
No Matches
rego::UnwrapResult Struct Reference

Result of unwrapping a node. More...

#include <rego.hh>

Public Attributes

Node node
 The unwrapped argument or nullptr (if unsuccessful).
 
bool success
 True if the argument was unwrapped successfully.
 

Detailed Description

Result of unwrapping a node.


The documentation for this struct was generated from the following file: