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

Function BOOST_FOREACH

example/qi/reorder_struct.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119 std::cout << "Parsed: " << std::endl;
120 BOOST_FOREACH(client::employee const& e, employees)
121 {
122 std::cout << e.forename << ", " << e.surname << ", " << e.salary
123 << std::endl;
124 }
125 }
126 return 0;
127}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected