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