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

Function BOOST_FOREACH

example/qi/mini_xml3.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected