parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
Loading...
Searching...
No Matches
parcel::WalkEntry Struct Reference

One node yielded by a tree walk: (json-pointer-path, cell). More...

#include <walk.h>

Public Attributes

std::string path
 JSON-pointer-style path to the cell ("" for the root).
 
cell_t cell
 The cell at that path.
 

Detailed Description

One node yielded by a tree walk: (json-pointer-path, cell).


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