Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
struct char_globals
18
{
19
char c_ =
'd'
;
20
};
21
auto global_char = [](auto & context) { return _globals(context).c_; };
22
23
struct int_globals
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected