Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ operator()
Method
operator()
test/empty-function-call-test.cpp:82–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
struct my_callable_empty {
82
void operator()(some_tag const&) {
83
}
84
85
explicit operator bool() {
86
return false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected