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

Function parse

example/qi/reorder_struct.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 // print
35 template <typename Parser, typename Sequence>
36 bool parse(std::string const& input, Parser const& p, Sequence& s)
37 {
38 iterator_type begin = input.begin();
39 return qi::parse(begin, input.end(), p, s);
40 }
41}
42
43// We need to tell fusion about our employee struct to make it a first-class

Callers 1

mainFunction · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected