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

Class my_callable_empty

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

Source from the content-addressed store, hash-verified

79};
80
81struct my_callable_empty {
82 void operator()(some_tag const&) {
83 }
84
85 explicit operator bool() {
86 return false;
87 }
88};
89
90TYPED_TEST(AllEmptyFunctionCallTests, CallPropagatesEmptyCustom) {
91 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected