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

Method Storage

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

Source from the content-addressed store, hash-verified

563 }
564
565 Storage() { ++calls<Ctor>(); }
566 Storage(const Storage &) { ++calls<CopyCtor>(); }
567 Storage(Storage &&) { ++calls<MoveCtor>(); }
568 ~Storage() { ++calls<Dtor>(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected