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