MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / ~COMLike

Method ~COMLike

01.33-optional6/main.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7struct COMLike {
8 ~COMLike() {} // #A Make it not default destructible
9 void Release(); // #B Release all data
10
11 // Some data fields

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected