Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ Base2
Class
Base2
test/value_from.cpp:218–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
BOOST_DESCRIBE_STRUCT(Base1, (), (a))
217
218
struct Base2
219
{
220
int a = 2;
221
};
222
BOOST_DESCRIBE_STRUCT(Base2, (), (a))
223
224
struct Derived: Base1, Base2
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected