MCPcopy Create free account
hub / github.com/boostorg/json / Derived

Class Derived

test/value_from.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222BOOST_DESCRIBE_STRUCT(Base2, (), (a))
223
224struct Derived: Base1, Base2
225{
226 int a = 3;
227};
228BOOST_DESCRIBE_STRUCT(Derived, (Base1, Base2), ())
229
230//----------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected