MCPcopy Create free account
hub / github.com/USCiLab/cereal / Object

Method Object

unittests/polymorphic.hpp:398–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396struct Object
397{
398 Object() = default;
399 Object( int xx ) : x(xx) {}
400
401 virtual ~Object() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected