Definition at line 534 of file yaml_decoders.cc.
◆ decode()
static bool YAML::convert< graphml >::decode |
( |
const Node & |
node, |
|
|
graphml & |
rhs |
|
) |
| |
|
inlinestatic |
Definition at line 535 of file yaml_decoders.cc.
536 {
537 if (node["notes"])
538 rhs.notes = node["notes"].as<decltype(rhs.notes)>();
539
540 return true;
541 }
The documentation for this struct was generated from the following file: