MCPcopy Create free account
hub / github.com/Naios/function2 / operator()

Method operator()

test/functionality-test.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41struct ConstVolatileProvider {
42 bool operator()() const volatile {
43 return true;
44 }
45};
46
47struct RValueProvider {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected