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