MCPcopy Create free account
hub / github.com/alibaba/yalantinglibs / nested_xml

Function nested_xml

src/struct_xml/examples/main.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95)";
96
97void nested_xml() {
98 ListBucketResult list_bucket;
99 struct_xml::from_xml(list_bucket, xml_str);
100
101 std::string out;
102 struct_xml::to_xml(list_bucket, out);
103
104 std::cout << out << "\n";
105}
106
107struct book_t {
108 std::string title;

Callers 1

mainFunction · 0.85

Calls 2

from_xmlFunction · 0.85
to_xmlFunction · 0.85

Tested by

no test coverage detected