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

Class char_globals

test/parser_lazy_params.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17struct char_globals
18{
19 char c_ = 'd';
20};
21auto global_char = [](auto & context) { return _globals(context).c_; };
22
23struct int_globals

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected