MCPcopy 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

216BOOST_DESCRIBE_STRUCT(Base1, (), (a))
217
218struct Base2
219{
220 int a = 2;
221};
222BOOST_DESCRIBE_STRUCT(Base2, (), (a))
223
224struct Derived: Base1, Base2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected