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

#include <rego.hh>

Public Attributes

Node node
 
bool success
 

Detailed Description

Result of unwrapping a node.

Member Data Documentation

◆ node

Node rego::UnwrapResult::node

The unwrapped argument or nullptr (if unsuccessful).

◆ success

bool rego::UnwrapResult::success

True if the argument was unwrapped successfully.


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