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