NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::graph::Edge Struct Reference

A static edge connecting two nodes. More...

#include <types.h>

Public Attributes

std::string from
 Source node name.
 
std::string to
 Destination node name.
 

Detailed Description

A static edge connecting two nodes.

Definition at line 228 of file types.h.


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