MCPcopy Create free account
hub / github.com/Lwhyz/workspace / operator()

Method operator()

test/test_function.cc:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 cout<<"BigTask: distruct"<<endl;
41 }
42 void operator()() {
43 cout<<"BigTask: run"<<endl;
44 }
45private:
46 char a[64];
47};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected