Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ get_b
Method
get_b
test/value_to.cpp:124–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
std::string s;
123
124
bool
125
get_b() const
126
{
127
return b;
128
}
129
130
private:
131
bool b = false;
Callers
1
testDescribed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected