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

Method BOOST_FOREACH

example/qi/compiler_tutorial/calc5.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 {
142 boost::apply_visitor(*this, x.first);
143 BOOST_FOREACH(operation const& oper, x.rest)
144 {
145 std::cout << ' ';
146 (*this)(oper);
147 }
148 }
149 };
150

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected