MCPcopy Create free account
hub / github.com/boostorg/parser / string

Class string

example/json.cpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 bp::rule<class null, value> const null = "null";
74 bp::rule<class string, std::string> const string = "string";
75 bp::rule<class number, double> const number = "number";
76 bp::rule<class object_element, boost::parser::tuple<std::string, value>> const
77 object_element = "object-element";

Callers 15

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
compile_or_attributeFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected