MCPcopy Create free account
hub / github.com/boost-ext/te / ~Storage

Method ~Storage

test/te.cpp:568–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566 Storage(const Storage &) { ++calls<CopyCtor>(); }
567 Storage(Storage &&) { ++calls<MoveCtor>(); }
568 ~Storage() { ++calls<Dtor>(); }
569
570 double someDummyDataSoTypeIsNonEmpty = 0;
571};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected