mirror of
https://github.com/boostorg/graph.git
synced 2026-01-29 19:42:11 +00:00
9 lines
142 B
C++
9 lines
142 B
C++
#define GRAPH_T 257
|
|
#define NODE_T 258
|
|
#define EDGE_T 259
|
|
#define DIGRAPH_T 260
|
|
#define EDGEOP_T 261
|
|
#define SUBGRAPH_T 262
|
|
#define ID_T 263
|
|
|