MCPcopy Create free account
hub / github.com/Naios/function2 / VolatileProvider

Class VolatileProvider

test/functionality-test.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29struct VolatileProvider {
30 bool operator()() volatile {
31 return true;
32 }
33};
34
35struct ConstProvider {
36 bool operator()() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected