MCPcopy Create free account
hub / github.com/Naios/function2 / operator()

Method operator()

test/empty-function-call-test.cpp:73–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72struct my_callable {
73 void operator()(some_tag const&) {
74 }
75
76 explicit operator bool() {
77 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected