MCPcopy Create free account
hub / github.com/Lwhyz/workspace / ~BigTask

Method ~BigTask

test/test_function.cc:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 cout<<"BigTask: move construct"<<endl;
38 }
39 ~BigTask() {
40 cout<<"BigTask: distruct"<<endl;
41 }
42 void operator()() {
43 cout<<"BigTask: run"<<endl;
44 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected