Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/parser
/ rule_example
Function
rule_example
test/parser.cpp:224–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void rule_example()
225
{
226
namespace bp = boost::parser;
227
using namespace rule_construction_example;
228
BOOST_TEST(bp::parse(
"3 4"
, type, bp::ws));
229
}
230
231
int main()
232
{
Callers
1
main
Function · 0.85
Calls
1
parse
Function · 0.50
Tested by
no test coverage detected