MCPcopy Create free account
hub / github.com/Naios/function2 / my_callable

Class my_callable

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

Source from the content-addressed store, hash-verified

70}
71
72struct my_callable {
73 void operator()(some_tag const&) {
74 }
75
76 explicit operator bool() {
77 return true;
78 }
79};
80
81struct my_callable_empty {
82 void operator()(some_tag const&) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected