MCPcopy Create free account
hub / github.com/boostorg/spirit / BOOST_FOREACH

Function BOOST_FOREACH

example/qi/mini_xml2.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 std::cout << '{' << std::endl;
115
116 BOOST_FOREACH(mini_xml_node const& node, xml.children)
117 {
118 boost::apply_visitor(mini_xml_node_printer(indent), node);
119 }
120
121 tab(indent);
122 std::cout << '}' << std::endl;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected