Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ operator()
Method
operator()
test/functionality-test.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
struct ConstProvider {
36
bool operator()() const {
37
return true;
38
}
39
};
40
41
struct ConstVolatileProvider {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected